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