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