Merge branch 'master' into pipe-video
[mesa.git] / src / glsl / glcpp / tests / 004-define-recursive.c
1 #define foo bar
2 #define bar baz
3 #define baz foo
4 foo
5 bar
6 baz