v07-l1-assert

(141/222)

What does this code produce ?

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

???