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