Files
Nim/tests/ic/mexportprivate.nim
2026-09-01 16:47:03 +02:00

5 lines
130 B
Nim

proc pub*(x: int): int = x + 1
proc hidden(): int = 42 # no `*` ...
export hidden # ... but explicitly re-exported