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