Cesium
Cesium copied to clipboard
Infinite loop check for return
Current Cesium think that this loop is never finished.
int test() {
for(;;) {
return 5;
}
}