const npversion = "9P2000" const ( one = 1 two = 2 n = 4 ) proc test(x) { skip() } testing "skip called in proc" dir "./root" { foo = 5:u8 test(3:u32) assert 1 == 0 assert ( 5 == 7 7 == 9 8 == 0 ) } testing "casts" dir "./root" { foo = 300:u8 }