v07-l1-assert

(1/13)

What does this code produce ?

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

???