Improved type system checks

This commit is contained in:
Eduard Urbach 2025-02-10 14:09:27 +01:00
parent b2a9dc3aa7
commit 371059d08a
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
9 changed files with 49 additions and 61 deletions

View file

@ -0,0 +1,3 @@
main() {
len(123)
}