1 // { dg-options "-fshow-column" }
2 // PR c++/10779
3 
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 }
9