DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / typerel / tsigmatch.nim
123456
block: # bug #13618 proc test(x: Natural or BackwardsIndex): int = int(x) doAssert test(^1) == 1 doAssert test(1) == 1