diff --git a/clang/test/Analysis/PR47511.cpp b/clang/test/Analysis/PR47511.cpp index a9f2d592b6f5..d42799f4fbde 100644 --- a/clang/test/Analysis/PR47511.cpp +++ b/clang/test/Analysis/PR47511.cpp @@ -14,6 +14,6 @@ constexpr strong_ordering strong_ordering::less = {-1}; } // namespace std void test() { - // No crash + // no crash (void)(0 <=> 0); }