This informs the compiler that no code will ever run after an assertion failure (unless NDEBUG is defined), which increases accuracy of compiler warnings and static analyses.
-- v3: include/msvcrt: Add noreturn attribute to _assert. include/msvcrt: Add noreturn attribute to RtlRaiseStatus.