Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
018-define-func-macro-as-parameter.c
blob: 668130b8f9b35e591c86588cdf5ed63136404559 [
file
] [
log
] [
blame
]
#define
x
0
#define
foo
(
x
)
x
foo
(
1
)