#include <iostream> int main(){ const bool b{ false }; std::cout << "foo" << (b ? " true" : ";") << " lol"; return 0;}
Standard input is empty
foo; lol
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!