[DMUSIC]
[reactos.git] / reactos / dll / opengl / mesa / src / glsl / glcpp / tests / 014-define-func-2-arg-unused.c
1 #define foo(x,y) 1
2 foo(bar,baz)