================
@@ -0,0 +1,13 @@
+// RUN: %clang_cc1 -std=c++20 -triple x86_64-unknown-linux-gnu -fclangir 
-emit-cir %s -o - | FileCheck %s
+
+int f1();
----------------
andykaylor wrote:

Probably no purpose. It was in the incubator test that I'm starting to bring 
over here. I had taken it out, but I had some problems during development so I 
put it back in to see if that helped. The problem turned out to be related to 
handling of C versus C++ code, and I forgot to remove it after I straightened 
that out.

https://github.com/llvm/llvm-project/pull/128792
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to