fn altsimple(f: int) { alt f { x => () } } fn main() { }