closes #12955; add testcase (#20223)

This commit is contained in:
ringabout
2022-08-15 18:50:12 +08:00
committed by GitHub
parent c0b25f33c7
commit a4d63ca8ba
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# fileinfo.nim
type FileInfo* = object

View File

@@ -15,3 +15,8 @@ template hello =
doAssert iD == "string"
hello()
# bug #12955
import os
import fileinfo
var xs: seq[fileinfo.FileInfo]