preprocess.s
来自「Mac OS X 10.4.9 for x86 Source Code gcc」· S 代码 · 共 17 行
S
17 行
/* APPLE LOCAL file preprocess .s files *//* Regression test - in assembly language, # may have some significance other than 'stringize macro argument' and therefore must be preserved in the output, and should not be warned about. *//* { dg-do preprocess } */#define foo() mov r0, #5 /* { dg-bogus "not followed" "spurious warning" } */entry: foo()/* Check we don't EOF on an unknown directive. */#unknown directive#error a later diagnostic /* { dg-error "diagnostic" } */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?