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