glcpp: Add two new tests for testing redefined macros.
[mesa.git] / src / glsl / glcpp / tests / 014-define-func-2-arg-unused.c
1 #define foo(x,y) 1
2 foo(bar,baz)