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