[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / ext / complex7.C
blob5b3eead1810f6a1eb8dba536b68fcf8d9bd37649
1 // { dg-options "" }
3 class A
5   static const _Complex double x = 1.0 + 2.0i;
6 };
8 // { dg-prune-output "constexpr. needed" }