ref: e62508a51069116eeb35fee1e774794604dae8eb dir: /test/gsizeof.myr/
generic sz = {a:@a -> sizeof(@a) } const main = { -> sz(123) + sz('a') }