linker: Reject shaders that have unresolved function calls
[mesa/nouveau-pmpeg.git] / src / glsl / glcpp / tests / 030-define-chain-obj-to-func-compose.c
blobe56fbefd62dd4bc2b1e819ecef5ee22ca2e37789
1 #define baz(failure) failure
2 #define bar(failure) failure
3 #define foo bar(baz(success))
4 foo