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