blob: fcebb787f927c7af1636ce0c9b394bc7df59c37b [file] [log] [blame]
int main() {
try {
throw 0;
return -1;
} catch (int ex) {
return ex;
}
return -2;
}