Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto-84662.C
blob: 271fb56f7eb2e037b52bb17875dbf31c6122e300 [
file
] [
log
] [
blame
]
// PR c++/84662
// { dg-do compile { target c++14 } }
double
b
;
a
(
__attribute__
((
c
(
0
&&
int
()
-
([]
{}
&&
b
)
||
auto
))));
// { dg-error "auto|expected constructor, destructor, or type conversion before" }