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