blob: c87ab293b369463079c679c2cdf72ed2e4eaa269 [file] [log] [blame]
// Build don't link:
// Special g++ Options: -fexceptions
void foo() {
throw 1;
}