# 只做语法检查 ## 例子 $ cat foo.c union u { char c; int i; } $ gcc -fsyntax-only foo.c