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