ts-c-compiler
ts-c-compiler copied to clipboard
Remove redundant loads
void main() {
int a, i = 0;
a = i++ + ++i;
}