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

import minit

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