[DMUSIC]
[reactos.git] / reactos / dll / opengl / mesa / src / glsl / glcpp / tests / 061-define-chain-obj-to-func-multi.c
1 #define foo(x) success
2 #define bar foo
3 #define baz bar
4 #define joe baz
5 joe (failure)