1 2 3 4 5 6 7
test-io = 1 def main(): with IO: f <- call("INVALID-NAME", ("./README.md", "r")) return wrap(f)