Files
mesa/glcpp/tests/062-if-0-skips-garbage.c
T
2010-06-21 11:22:11 -07:00

6 lines
44 B
C

#define foo(a,b)
#if 0
foo(bar)
foo(
#endif