| Issue | 173156 |
|---|---|
| Summary | [Clang][Windows] Accepts invalid `[] int x;` |
| Labels | clang |
| Assignees | |
| Reporter | MagentaTreehouse |
```c++
[] int x;
```
This code is invalid but accepted by Clang on Windows, reproducible with the main branch.
See https://compiler-explorer.com/z/s65rv9Pcf. (clang-cl 18.1 only)
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
