summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete1.C
blob: 514cca59c33208a12fca62993686ddb560422039 (plain)
1
2
3
4
5
6
7
// { dg-do compile { target c++11 } }

struct A
{
  static constexpr A a = 1;	// { dg-error "incomplete" }
  constexpr A(int i) { }
};
OpenPOWER on IntegriCloud