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