ifdef/ifndef/else/endif

This commit is contained in:
pommicket 2022-01-10 18:04:53 -05:00
parent b963bc91e6
commit 34dfc3238d
3 changed files with 143 additions and 1 deletions

View file

@ -9,6 +9,13 @@ F(2
#include INC_FILE /* include macro test */
a
#ifndef INC_FILEd
xglue(LINE_,NUMBER)
#else
Hello
#endif
b
#pragma