OSDN Git Service

PR c++/44148
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / complex4.C
1 // { dg-do compile }
2 // This code used to be rejected as there was no conversion from int to float __complex__
3  #include <vector>
4  typedef float __complex__ fcomplex;
5  std::vector<fcomplex> vfc(10);