dmd/compiler/test/compilable/cppflags.c
2022-07-09 18:53:07 +02:00

4 lines
65 B
C

/* REQUIRED_ARGS: -P=-DABC=3
*/
_Static_assert(ABC == 3, "1");