close #6731 by writing a test case

This commit is contained in:
narimiran
2019-09-13 07:46:46 +02:00
parent eb241f4241
commit d79fb77974
2 changed files with 5 additions and 0 deletions

2
tests/misc/modulea.nim Normal file
View File

@@ -0,0 +1,2 @@
type modulea* = object
a: int

3
tests/misc/tmodulea.nim Normal file
View File

@@ -0,0 +1,3 @@
from modulea import modulea
#bug #6731