Revised tests

This commit is contained in:
2026-05-30 10:53:21 +10:00
parent 75cb1dfa86
commit d194bff5fe
36 changed files with 266 additions and 199 deletions
+2 -3
View File
@@ -607,9 +607,8 @@ int main(void) {
total += res;
}
//TODO: references?
//TODO: type coersions?
//TODO: opaques?
//WARN: Testing references not implemented
//WARN: Testing opaques not implemented
return total;
}