use os; use io; @test fn testtwo() void = { const f = os::open("two/in")!; defer io::close(f)!; assert(do(f) == 2); };