xref: /aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/138-multi-line-comment-in-if-0.c (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 #if 0
2 /*
3  * This multi-line comment needs to be 3 lines to test what's intended.
4  */
5 #else
6 SUCCESS
7 #endif
8