g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git] / src / glsl / glcpp / tests / 004-define-recursive.c
blob2ac56ea3dcf7bd66e31f3cdcd38c02ff87b280d0
1 #define foo bar
2 #define bar baz
3 #define baz foo
4 foo
5 bar
6 baz