v07-l2-assert

(149/222)

What does this code produce ?

#define NDEBUG

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

???