pub fn main(world: World) -> Void raises { let source: String = "pub fn main Void" if std.mem.len(source) > 0 { check world.out.write("quine ok\n") } }