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