Rebase.
[official-gcc.git] / gcc / testsuite / g++.dg / torture / pr51903.C
blob925021b7e4ba7514c2353b56072114d7a5e62697
1 // { dg-do compile }
2 // { dg-options "-O2 -fnon-call-exceptions -fno-guess-branch-probability" }
4 #include <vector>
6 void foo ()
8   std::vector < std::vector< int > > (20000);