Sign in
android
/
platform
/
external
/
mesa3d
/
32dbc80
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
116-disable-line-continuations.c
blob: 83d5ddf681ba167d32459481621358ed0cff8398 [
file
]
// glcpp-args: --disable-line-continuations
// This comments ends with a backslash \\
#define
NO_CONTINUATION
#ifdef
NO_CONTINUATION
success
#else
failure
#endif