New paste Repaste Download
#include <iostream>
void A() { std::cout << "A\n"; }
void C() { std::cout << "C\n"; }
void E() { std::cout << "E\n"; }
void F() { std::cout << "F\n"; }
int main() {
  bool B = false;
  bool D = true;
  // do { A; if(B) break; C; if(D) break; E; };  F;
  (A(), B) || (C(), D) || (E(), 0); F();
}
Filename: None. Size: 312b. View raw, , hex, or download this file.

This paste expires on 2025-03-16 01:49:10.451734. Pasted through web.