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

6 lines
44 B
C

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