ce5a49492 ^
405b86068
8b2a9401a ^
286e5958d ^
1 2 3 4
5 6
7
8
9
10 11
12 13
discard """ file: "toverwr.nim" output: "hello" """ # Test the overloading resolution in connection with a qualifier proc write(t: TFile, s: string) = discard # a nop system.write(stdout, "hello") #OUT hello