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