Issue 128985
Summary "Assertion `E->getDataElementCount() == 1' failed." with #embed and array new
Labels clang:codegen
Assignees
Reporter efriedma-quic
    Testcase:

```
void f(int x) {
  int *p = new int[x]{
#embed __FILE__ limit(4)
 };
}
```

CC @Fznamznon
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to