index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
/
tests
/
061-define-chain-obj-to-func-multi.c
blob: 6dbfd1f62d1e1f6ee7eef8127feb1ebcfec264be (
plain
)
1
2
3
4
5
#define foo(x) success
#define bar foo
#define baz bar
#define joe baz
joe
(
failure
)