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