Cesium icon indicating copy to clipboard operation
Cesium copied to clipboard

Infinite loop check for return

Open kant2002 opened this issue 7 months ago • 1 comments

Current Cesium think that this loop is never finished.

int test() {
  for(;;) {
     return 5;
  }
}

kant2002 avatar Jul 26 '24 15:07 kant2002