# hmm is it me or a param cant have a custom pragma? macro constcpp(body: untyped): untyped = echo treeRepr body body proc test(param {.constcpp.}: bool) = discard # ?