// PR c++/46304 // { dg-options "" } template void f() { __complex double d = 1.0 + 2.0i; } template void f();