Files
third_party_mesa3d/glcpp/tests/009-undef.c
2010-06-21 11:22:11 -07:00

5 lines
33 B
C

#define foo 1
foo
#undef foo
foo