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