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