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