#include "printlib.h" int main() { bool x, y; x = true; y = false; println_bool(x || y); return 0; } // EXPECTED // 1