Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
101-macros-used-twice.c
blob: e1693805b6a9a57996e30ea9ece966a6ca5f3dd8 [
file
] [
log
] [
blame
]
#define
object
1
#define
function
(
x
)
1
#if object
once
#endif
#if object
twice
#endif
#if function(0)
once
#endif
#if function(0)
once again
#endif