Jump to

v07-l2-assert

What does this code produce ?

#define NDEBUG

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

???