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