Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp2a
/
concepts-pr58535.C
blob: 3e212a0ffd7836a22beaee740f33cc16252f5586 [
file
] [
log
] [
blame
]
// PR c++/58535
// { dg-do compile { target c++14 } }
struct
A
{
virtual
void
foo
(
auto
);
// { dg-error "auto|templates" }
};