PR tree-optimization/33562
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / line8.c
blob5aeb26ca325f4524cec097d8a8ba6c780061689b
1 /* Test that "" is not specially interpreted as "<stdin>" in a #line
2 directive. PR 39646. */
4 /* { dg-do compile } */
5 /* { dg-options "-pedantic-errors" } */
7 extern int x;
9 #line 24 ""
10 extern char z[sizeof __FILE__ == 1];