function main() { try { print(1); } catch(x) { print(2); } }