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