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