blob: 7fd9affb5173f1a8899753fb4422936b6de8c5ec [file] [log] [blame]
// Expectation for test:
// main() {
// while (true);
// }
function() {
for (;;)
;
}