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