glcpp/tests/glcpp-test: error out if we cannot find any tests
[mesa.git] / src / compiler / glsl / glcpp / tests / 034-define-func-self-compose-non-func.c
1 #define foo(bar) bar
2 foo(foo)