|
|
|
|
|
by 0x457
575 days ago
|
|
> For compiled languages it should be fine, as you're only going to compile the permuted source code, not execute it. Only if you'te going for compiler bug. If you're working on minimal reproducible example. You need to make sure your code isn't reduced to: int main() {
return 0;
} in that case. |
|