Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
error-column.C
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'" }
}