//# run script { fun main() { if (true) { if (true) return () else return () } else { assert!(false, 42); return () } } }