summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/field1.C
blob: e734830a1c4f1dff7d4f277653e392ca05816487 (plain)
1
2
3
4
5
6
7
// Build don't link:

struct X
{
  static const bool b = true;
  static const int i = b ? 1 : 2;
};