Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
033-define-func-self-compose.c
blob: f65e48286cf9ed0cd31686e753e2359946d4083e [
file
] [
log
] [
blame
]
#define
foo
(
a
)
foo
(
2
*(
a
))
foo
(
foo
(
3
))