================
@@ -0,0 +1,27 @@
+// RUN: %clang_cc1 -ast-print %s -o - | FileCheck %s
+
+// CHECK: extern "C" int printf(const char *, ...);
+extern "C" int printf(const char *...);
+
+// CHECK: extern "C++" {
----------------
erichkeane wrote:

We don't really have much guarantees besides 'best effort', so I am querying 
Aaron to see if this is 'good enough'.  Just `VarDecl` isn't going to be 
sufficient (probably something in `DeclStmt` handling?) because we can have any 
sorts of declarations this way.

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

Reply via email to