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