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