aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/eh20.C
blob: 10535bb960980c0d3f60f7094aaa8879035018e4 (plain)
1
2
3
4
5
6
7
// Build don't link:
// Special g++ Options: -fexceptions -Wall

int
main() {
  throw 1;
}