1 2 3 4 5 6 7 8 9 10
// PR c++/46304 // { dg-options "" } template<class T> void f() { __complex double d = 1.0 + 2.0i; } template void f<int>();