Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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" }