Refactor ix86_expand_vecop_qihi2.
[gcc.git] / libstdc++-v3 / testsuite / 23_containers / array / element_access / 110139.cc
blob6f09aacf0a7e96c6a9fa822a69670527c572a288
1 // { dg-options "-pedantic" }
2 // { dg-do compile { target c++11 } }
3 #include <array>
4 template class std::array<int, 0>;
5 // { dg-bogus "ambiguous overload" "" { target *-*-* } 0 }