Nice example of C++ adding entirely new and interesting footguns on top of what it inherited from C ;)
(apparently a missing return statement has become Undefined Behaviour in C++)
Andre Weissflog
Holy crap, clang in C++ mode is *evil*!
godbolt.org/z/hM7W1WPsE
gcc at least puts a `ud2` in there...