summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/glcpp/tests/138-multi-line-comment-in-if-0.c
blob: 38967dc57d10bda49cf21bedf719fa481f3e0874 (plain)
1
2
3
4
5
6
7
#if 0
/*
 * This multi-line comment needs to be 3 lines to test what's intended.
 */
#else
SUCCESS
#endif