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