xref: /aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/115-line-continuations.c (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 // This comment continues to the next line, hiding the define \
2 #define CONTINUATION_UNSUPPORTED
3 
4 #ifdef CONTINUATION_UNSUPPORTED
5 failure
6 #else
7 success
8 #endif
9 
10