summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/cpp1y/pr58549.C
blob: 1b54af4a67555dfdab95c92620a801883635b187 (plain)
1
2
3
4
5
6
7
8
// PR c++/58549
// { dg-do compile { target c++1y } }
// { dg-options "" }

void foo(auto)
{
  void bar();
}
OpenPOWER on IntegriCloud