================ @@ -0,0 +1,10 @@ +// Reduced from https://github.com/llvm/llvm-project/issues/166512 +// RUN: %clang_cc1 %s -emit-obj -std=c23 -fsanitize=bool -o %t ---------------- efriedma-quic wrote:
I'd prefer to have a test that actually checks that we generate correct code, not just that we generate code without crashing. update_cc_test_checks.py is an easy way to write checks. https://github.com/llvm/llvm-project/pull/166798 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
