blob: 4f7bd49b84bf49bfaad4e3223f3bb929d69b52f0 [file]
int main () {
try {
throw 42;
} catch (int e) {
return e;
}
return 0;
}