Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error3.C
blob938ab45b24c5469a837f46b786f6ebb65e46a3d2
1 // { dg-options "-fshow-column" }
2 // PR c++/10779
4 static void InstantiateConstraint(const float&, unsigned,
5                                   void(*AddFunction)(const TYPE&,bool&,
6                                                      char*, char*,
7                                                      unsigned*));
8 // { dg-error "60: 'TYPE' does not name a type" "does not" { target *-*-* } { 5 } }