OSDN Git Service

PR c++/53549
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / eh / weak1-a.cc
1 extern void f() {
2   throw 7;
3 }