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