mesa/src/compiler/glsl/glcpp/tests/115-line-continuations.c
Emil Velikov eb63640c1d glsl: move to compiler/
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Matt Turner <mattst88@gmail.com>
Acked-by: Jose Fonseca <jfonseca@vmware.com>
2016-01-26 16:08:33 +00:00

9 lines
160 B
C

// This comment continues to the next line, hiding the define \
#define CONTINUATION_UNSUPPORTED
#ifdef CONTINUATION_UNSUPPORTED
failure
#else
success
#endif