Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
061-define-chain-obj-to-func-multi.c
blob: 6dbfd1f62d1e1f6ee7eef8127feb1ebcfec264be [
file
] [
log
] [
blame
]
#define
foo
(
x
)
success
#define
bar foo
#define
baz bar
#define
joe baz
joe
(
failure
)