[OPENGL]
[reactos.git] / reactos / dll / opengl / mesa / src / glsl / glcpp / tests / 016-define-func-1-arg.c
1 #define foo(x) ((x)+1)
2 foo(bar)