blob: 101d495698f458d29f75ea32f15ec60f9f14dedd [file]
int main() {
while (1) // break here
;
return 42;
}