Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.eh / throw1.C
blobe5d234be3c317670022c27461542771ebe271eae
1 // { dg-do assemble  }
3 void athrow(const int & e) throw(int)
5    throw e;
8 int main(void)
10    athrow(int());
11    return 0;