ts-c-compiler icon indicating copy to clipboard operation
ts-c-compiler copied to clipboard

Remove redundant loads

Open Mati365 opened this issue 2 years ago • 0 comments

  void main() {
    int a, i = 0;
    a = i++ + ++i;
  }

Mati365 avatar Jun 10 '22 05:06 Mati365