glcpp/tests/glcpp-test: error out if we cannot find any tests
[mesa.git] / src / compiler / glsl / glcpp / tests / 082-invalid-paste.c
1 #define PASTE(x,y) x ## y
2 PASTE(<,>)
3 PASTE(0,abc)
4 PASTE(1,=)
5 PASTE(2,~)
6 PASTE(3,-4)
7 PASTE(4,+5.2)