Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
116-disable-line-continuations.c
blob: 83d5ddf681ba167d32459481621358ed0cff8398 [
file
] [
log
] [
blame
]
// glcpp-args: --disable-line-continuations
// This comments ends with a backslash \\
#define
NO_CONTINUATION
#ifdef
NO_CONTINUATION
success
#else
failure
#endif