blob: 18dc4633a5d33b8df46c940a99f2b256094d5a0d [file] [log] [blame]
// { 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'" }
}