Files
third_party_mesa3d/glcpp/tests/056-macro-argument-with-comma.c
2010-06-21 11:22:11 -07:00

5 lines
91 B
C

#define bar with,embedded,commas
#define function(x) success
#define foo function
foo(bar)