================
@@ -0,0 +1,16 @@
+// RUN: %clang_cc1 -verify -Wunreachable-code %s
+
+// Previously this test will crash
+static void test(__fp16& x) {
----------------
steakhal wrote:I think after adding the `no-crash` tag (as in the analyzer community usually do) this comment would become less relevant. https://github.com/llvm/llvm-project/pull/142897 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
