summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/complex7.C
blob: 9d5463f94dcd1d40155b3b661fdb34493af25e77 (plain)
1
2
3
4
5
6
// { dg-options "" }

class A
{
  static const _Complex double x = 1.0 + 2.0i;
};