xref
: /
aosp_15_r20
/
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
021-define-func-compose.c
(revision 6104692788411f58d303aa86923a9ff6ecaded22)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
bar
(
x
) (
1
+(
x
))
2
#
define
foo
(
y
) (
2
*(
y
))
3
foo
(
bar
(
3
))
4