repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linker: Reject shaders that have unresolved function calls
[mesa/nouveau-pmpeg.git]
/
src
/
glsl
/
glcpp
/
tests
/
030-define-chain-obj-to-func-compose.c
blob
e56fbefd62dd4bc2b1e819ecef5ee22ca2e37789
1
#define baz(failure) failure
2
#define bar(failure) failure
3
#define foo bar(baz(success))
4
foo