Sign in
◑
Theme
fuchsia
/
third_party
/
mesa
/
refs/heads/gitlab/10.3
/
.
/
src
/
glsl
/
glcpp
/
tests
/
021-define-func-compose.c
blob: 21ddd0e65f9986757e475a2b51be5390f2b21635 [
file
] [
edit
]
#define
bar
(
x
)
(
1
+(
x
))
#define
foo
(
y
)
(
2
*(
y
))
foo
(
bar
(
3
))