aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp1y/pr60391.C
blob: 68746aedf39f943b347aefe14108edbc126193ae (plain)
1
2
3
4
5
6
7
8
9
10
// PR c++/60391
// { dg-do compile { target c++1y } }
// { dg-options "" }

namespace N
{
  int operator"" _X(auto) {} // { dg-error "invalid" }
}

namespace N {}