summary refs log tree commit diff stats
path: root/tests/modules/tincludetemplate.nim
blob: 77e409ee5ae98843471fc7ba53773e668081fc1d (plain) (blame)
1
2
3
4
5
# issue #12539

template includePath(n: untyped) = include ../modules/n # But `include n` works
includePath(mincludetemplate)
doAssert foo == 123