]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/lto/20081109_1.C
Merge lto branch into trunk.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / lto / 20081109_1.C
1 int foo (int x)
2 {
3 throw 10;
4 }