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