ref: 052fc6c33c0c5a945591d08933bfeada909d1fdb dir: /test/gsizeof.myr/
generic sz = {a:@a -> sizeof(@a) } const main = { -> sz(123) + sz("asdf"[0]) }