8b70e2c0e ^
fa7754731 ^
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")