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