#include "printlib.h" int main() { int x, y; if (x != 0) { y = 12; } else { y = -3; } println_int(y); return 0; } // EXPECTED // -3