commit 8eb3abec5b0950622c9f530ff37437d2da2c90af from: Omar Polo date: Wed Aug 04 17:06:35 2021 UTC sync commit - d7be3bcc5ba638658723995481bd358a55a00044 commit + 8eb3abec5b0950622c9f530ff37437d2da2c90af blob - ff88519f7863c42553b6a4f4eebf3b2d030bfd39 blob + a53679abb909091bc69a7e2b85c57e0afef62bf3 --- regress/simple.9ps +++ regress/simple.9ps @@ -1,5 +1,12 @@ const npversion = "9P2000" +const ( + one = 1 + two = 2 + + n = 4 +) + proc test(x) { skip() } @@ -7,9 +14,13 @@ proc test(x) { testing "skip called in proc" dir "./root" { foo = 5:u8 test(3:u32) - assert 5 == 7 - assert 7 == 9 - assert 8 == 0 + assert 1 == 0 + + assert ( + 5 == 7 + 7 == 9 + 8 == 0 + ) } testing "casts" dir "./root" {