c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error-column.C
blob18dc4633a5d33b8df46c940a99f2b256094d5a0d
1 // { dg-do compile }
2 // Make sure column information is correctly shown in error reporting
3 // { dg-options "-fshow-column" }
6 void foo ()
8   cout << "blah"; // { dg-error "3:'cout'" }