static box Main { main(args) { return (1 < 2) ? 10 : 20 } }