[OPENGL]
[reactos.git] / reactos / dll / opengl / mesa / src / glsl / glcpp / tests / 021-define-func-compose.c
1 #define bar(x) (1+(x))
2 #define foo(y) (2*(y))
3 foo(bar(3))