Files
third_party_mesa3d/glcpp/tests/037-finalize-unexpanded-macro.c
2010-06-21 11:22:11 -07:00

4 lines
68 B
C

#define expand(x) expand(x once)
#define foo(x) x
foo(expand(just))