ref: d2abc97bfa136ff2dcdf970457b1434cfd7cc712 dir: /test/gsizeof.myr/
generic sz = {a:@a -> sizeof(@a) } const main = { -> sz(123) + sz("asdf"[0]) }