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