v07-l1-assert2

(142/222)

What does this code produce ?

#include <cassert>

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

???