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