* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto-84662.C
blob271fb56f7eb2e037b52bb17875dbf31c6122e300
1 // PR c++/84662
2 // { dg-do compile { target c++14 } }
4 double b;
5 a (__attribute__((c (0 && int() - ([] {} && b) || auto))));     // { dg-error "auto|expected constructor, destructor, or type conversion before" }