This commit is contained in:
nub31
2025-09-12 16:58:09 +02:00
parent adcc9f3580
commit ef1720195d
12 changed files with 212 additions and 278 deletions

7
example/src/test.nub Normal file
View File

@@ -0,0 +1,7 @@
module "test"
import "main"
export struct Test2
{
test1: ^main::Test1
}