Polymorphism: Add already resolved decls for identifiers

This commit is contained in:
Krzosa Karol
2023-04-03 11:55:14 +02:00
parent 41d2baa56b
commit b543e1df9d
4 changed files with 43 additions and 26 deletions

View File

@@ -15,3 +15,8 @@ fread :: #foreign (buffer: *void, element_size: size_t, element_count: size_t, s
SEEK_CUR :: 1
SEEK_END :: 2
SEEK_SET :: 0
Triple :: struct($A: Type, $B: Type, $C: Type)
a: A
b: B
c: C