blob: d635a642bfb9c822148ee843dbcbcb463d8ac90f [file] [log] [blame]
// { dg-options -std=c++17 }
template <class T>
struct A
{
int i;
};
template <class T>
A(T); // { dg-error "must have trailing return type" }