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