verifying types

This commit is contained in:
Jaremy Creechley 2023-09-13 14:21:19 -07:00
parent 85ba776ea0
commit d769b8720c
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -37,7 +37,11 @@ proc threadTest() =
print "res1: ", res1
GC_fullCollect()
threadTest()
proc main9) =
threadTest()
GC_fullCollect()
main()
GC_fullCollect()