mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-28 01:21:40 +00:00
4 lines
160 B
Nim
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
|