Files
Nim/tests/ic/mmodsymx86.nim
2026-06-25 23:20:34 +02:00

4 lines
160 B
Nim

# Live on every real host: provides `foo` so the template's taken branch resolves.
when not defined(mmodSymFakeArch):
func foo*(a, b: uint64): uint64 = a + b