v07-l1-assert

(142/223)

What does this code produce ?

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

???