ref: df0b6010f2506030d6674dedede207d19434f662 dir: /test/cstr-builtin.myr/
const max = {a:@a::tcnum, b:@a::tcnum if a > b -> a else -> b ;; } const main = { -> max(12, 42) }