package-type imports
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
bad int = 1
|
||||
|
||||
read_bad :: func() int {
|
||||
return bad
|
||||
}
|
||||
|
||||
derived :: read_bad()
|
||||
|
||||
main :: func() void {
|
||||
_ = derived
|
||||
}
|
||||
Reference in New Issue
Block a user