| Issue | 173076 |
|---|---|
| Summary | [HLSL] Hitting assert in initializer list code |
| Labels | new issue |
| Assignees | |
| Reporter | spall |
Hitting an assert in the initializer list code when compiling this program:
```
struct Empty {
};
export void fn(int A) {
int Foo[] = {};
}
```
https://godbolt.org/z/z8789sc3P
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
