summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/glcpp/tests/116-disable-line-continuations.c
blob: 83d5ddf681ba167d32459481621358ed0cff8398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// glcpp-args: --disable-line-continuations

// This comments ends with a backslash \\
#define NO_CONTINUATION

#ifdef NO_CONTINUATION
success
#else
failure
#endif