summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/141-pragma-and-__LINE__.c
blob: a93f3ce35fd8b93284e7586ea9c98215f023c35f (plain)
1
2
3
4
5
6
Line 1 /* Test for a bug where #pragma was throwing off the __LINE__ count. */
Line __LINE__ /* Line 2 */
#pragma Line 3
Line __LINE__ /* Line 4 */
#pragma Line 5
Line __LINE__ /* Line 6 */