glsl: move to compiler/
[mesa.git] / src / compiler / glsl / glcpp / tests / 141-pragma-and-__LINE__.c
1 Line 1 /* Test for a bug where #pragma was throwing off the __LINE__ count. */
2 Line __LINE__ /* Line 2 */
3 #pragma Line 3
4 Line __LINE__ /* Line 4 */
5 #pragma Line 5
6 Line __LINE__ /* Line 6 */