xref
: /
third_party
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
061-define-chain-obj-to-func-multi.c
(revision bf215546)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
1
#
define
foo
(x)
success
2
#
define
bar
foo
3
#
define
baz
bar
4
#
define
joe
baz
5
joe
(
failure
)
6