9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
not_imported_here :: func() int {
|
|
return math.value
|
|
}
|
|
|
|
main :: func() void {
|
|
_ = used_here()
|
|
_ = not_imported_here()
|
|
}
|