blob: d7eb96ef72ae5e1c3d39102d2f1e758aa2cc4853 [file] [log] [blame]
// { dg-do assemble }
// { dg-options "-fexceptions" }
void foo() {
throw 1;
}