Add qdf24xx base tuning support.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist93.C
blob84a47381f188e8df48ec58c17cfd1f2c0bc77ceb
1 // PR c++/65554
2 // { dg-do compile { target c++11 } }
4 namespace std
6 template <class> class initializer_list // { dg-error "definition of std::initializer_list does not match" }
8   int *_M_array;
9   int _M_len;
13 // { dg-prune-output "compilation terminated" }