summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/115-line-continuations.c
blob: 105590d85ed7b269add0e2aa66063430e36ed9c6 (plain)
1
2
3
4
5
6
7
8
9
// This comment continues to the next line, hiding the define \
#define CONTINUATION_UNSUPPORTED

#ifdef CONTINUATION_UNSUPPORTED
failure
#else
success
#endif