Blob


1 proc test() {
2 dummy(30)
3 }
5 testing "dummy" dir "./root" {
6 test()
7 assert 5 == 7
8 assert 7 == 9
9 assert 8 == 0
10 }