package-type imports
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
good :: import "../bad-name"
|
||||
|
||||
main :: func() i32 {
|
||||
return good.value
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
value i32 :: 3
|
||||
Reference in New Issue
Block a user