Open JonathanFoo0523 opened 2 months ago
Applying music to
int a; void b(void) { a; int c; }
produce uncompilable mutant
int a; void b(void) { c; int c; }
with compilation error
use of undeclared identifier 'c'
Applying music to
produce uncompilable mutant
with compilation error