wgtdkp / wgtcc

A small C11 compiler
MIT License
765 stars 130 forks source link

';' expected, but got '__asm' #51

Closed vanishcode closed 6 years ago

vanishcode commented 6 years ago

/usr/include/stdio.h:153:30: error: ';' expected, but got '__asm'

define DARWIN_ALIAS(sym) _asm("" STRING(sym) __DARWIN_SUF_UNIX03)

wgtdkp commented 6 years ago

It does not support asm inline.