eb8f15d97 ^
332469692 ^
1 2 3 4 5 6 7
8 9 10 11
discard """ action: run """ # Tests that module names can contain multi byte characters let a = 1 doAssert åäö.a == 1 proc inlined() {.inline.} = discard inlined()