OpenGrok
Cross Reference: 061-define-chain-obj-to-func-multi.c
xref
: /
external
/
mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
061-define-chain-obj-to-func-multi.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#
define
foo
(x)
success
2
#
define
bar
foo
3
#
define
baz
bar
4
#
define
joe
baz
5
joe
(
failure
)
6