================
@@ -0,0 +1,36 @@
+// RUN: %clang_cc1 -std=c++2c -fsyntax-only -verify %s
+
+void a(...);
----------------
Sirraide wrote:

A few more test cases that came to mind:
```c++
struct S {
    void g(this S...) {}
};

template <typename ...Ts>
void f(Ts......) {}

template <typename T>
void g(T...) {}

```

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

Reply via email to