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