* arm.md (stack_tie): New insn. Use an idiom that the alias code
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb62.C
blobb197e0e832c15442138528fffbc9210ac54f5408
1 //Build don't link: 
2 #include <vector>
4 void f(void)
6   std::vector<int> l(5, 0);