aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp1y/pr58548.C
blob: 122b96f500d2c1c29271caeb959c6faec2da5606 (plain)
1
2
3
4
5
6
7
8
// PR c++/58548
// { dg-do compile { target c++1y } }
// { dg-options "" }

void foo(auto)
{
  struct A { int i; };
}