d5840e1e3 ^
1 2 3 4 5 6 7 8 9 10
import macros proc t1* = discard proc t2 = discard macro check(p1: typed, p2: typed) = doAssert isExported(p1) == true doAssert isExported(p2) == false check t1, t2