glsl: move to compiler/
[mesa.git] / src / compiler / glsl / glcpp / tests / 026-define-func-extra-newlines.c
1 #define foo(a) bar
2
3 foo
4 (
5 1
6 )