Make sure that we have no leaks when we call compiler with trivial flags like -help
, -C
, -prsc
, etc.
I have verified this using valgrind --leak-check=full ./sac2c_d <flags>
.
Make sure that we have no leaks when we call compiler with trivial flags like -help
, -C
, -prsc
, etc.
I have verified this using valgrind --leak-check=full ./sac2c_d <flags>
.