What does this code produce ?
int main() { static_assert(2 == 1); }
Compilation error
Execution error
Undefined behavior
Run without any issue