blob: 18dc4633a5d33b8df46c940a99f2b256094d5a0d (
plain)
1
2
3
4
5
6
7
8
9
|
// { dg-do compile }
// Make sure column information is correctly shown in error reporting
// { dg-options "-fshow-column" }
void foo ()
{
cout << "blah"; // { dg-error "3:'cout'" }
}
|