1 2 3 4 5 6 7
//+private package os2 _pipe :: proc() -> (r, w: ^File, err: Error) { return nil, nil, nil }