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