blob: 10535bb960980c0d3f60f7094aaa8879035018e4 [file] [log] [blame]
// Build don't link:
// Special g++ Options: -fexceptions -Wall
int
main() {
throw 1;
}