aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/concepts-pr58549.C
blob: 6b66afc1ad2b8c33bcba772251abe4dce715df87 (plain)
1
2
3
4
5
6
7
8
// PR c++/58549
// { dg-do compile { target c++14 } }
// { dg-additional-options "-fconcepts" }

void foo(auto)
{
  void bar();
}