summary refs log blame commit diff stats
path: root/tests/modules/tselfimport.nim
blob: ddb3a5b093af3a1958c68e42bd1ebb49670c922e (plain) (tree)
1
2
3
4
5
6
7
8
9

                         
         

                                           
                                                


                         
discard """
  file: "tselfimport.nim"
  line: 7
  errormsg: "A module cannot import itself"
"""
import strutils as su # guard against regression
import tselfimport #ERROR
echo("Hello World")