Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error22.C
blob29552c67a6e41b2307dfbd05b7e0789a5b40d8bc
1 // { dg-options "-fshow-column -ansi -pedantic-errors -Wno-long-long" }
2 // PR c++/15786
4 struct A {
5   void foo(bar* p); /* { dg-error "12:'bar' has not been declared" } */
6 };