ref: 86f01268aef860fafca5e93913e657efc58b240e dir: /test/gsizeof.myr/
generic sz = {a:@a -> sizeof(@a) } const main = { -> sz(123) + sz('a') }