blob: c849d63f9e02bf1c2fdfb8a14caf038d65b9e376 [file] [log] [blame]
int bogus(int a) {
if (a > 1)
try {a = 1;} finally {
} else
a = 0;
return a;
}