Conversation

LLVM also isn't only a C and C++ compiler. It's not only broken for C but also languages like Rust. In Rust, it breaks the memory safety guarantees, and it can encountered while trying to make code compile by using ! and satisfying it with something like loop {} which it breaks.
1