(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.mike/
eh4.C
// { dg-do assemble  }
// { dg-options "-fexceptions" }

void foo() {
  throw 1;
}