summary refs log blame commit diff stats
path: root/tests/accept/run/tinit.nim
blob: 5c75567ece311e7f8f4b2c70b34d2d3daf152c51 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                      

                                       
             
 

                                                

 
discard """
  file: "tinit.nim"
  output: "Hello from module! Hello from main module!"
"""
# Test the new init section in modules

import minit

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