v07-l2-assert

(1/5)

What does this code produce ?

#define NDEBUG

int main() {
    assert(2 == 1);
}

???