PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error3.C
blobcf01dbe6da4a3930153af5b9a376ec1c8d6576cc
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 }