summary refs log tree commit diff stats
path: root/tests/tinit.nim
blob: 85475ce94d72b37821a426a96ce73b84eff39c6e (plain) (blame)
1
2
3
4
5
6
# Test the new init section in modules

import minit

write(stdout, "Hallo from main module!\n")
#OUT Hallo from module! Hallo from main module!