glsl: move to compiler/
[mesa.git] / src / compiler / glsl / glcpp / tests / 137-expand-macro-after-period.c
1 #define FIELD(x) foo.x
2 #define FIELD_OF(s, x) s.x
3 FIELD(bar)
4 FIELD_OF(foo, bar)