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