================

----------------
zwuis wrote:

I come up with valid code also causing crash.

```cpp
template <int... Is> void f() {
  new int[]{Is...};
}
```

Please add it to tests.

https://github.com/llvm/llvm-project/pull/215082
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to