Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
concepts
/
pr84661.C
blob: 3f63863e4c8f0cdfcf74aaf56b1c02f93e206647 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++14 } }
// { dg-additional-options "-fconcepts" }
struct
S
{
int
&
a
;
void
foo
(
decltype
(((
a
=
0
)
||
((
auto
)))));
// { dg-error "expected" }
};