Files
brolang/examples/packages/file_local/app/a.bro
T
2026-06-30 19:38:28 +02:00

6 lines
62 B
Plaintext

import "../math"
used_here func() int {
return math.value
}