Files
2026-06-30 19:38:28 +02:00

9 lines
116 B
Plaintext

not_imported_here func() int {
return math.value
}
main func() void {
_ = used_here()
_ = not_imported_here()
}