I have the following snippet of code:
foo(); std::cout << "Foo"; loop();
Where loop is a function that does not term
loop