Sirraide wrote:
> > ```c++
> > typeof(int){} x; // Probably parsed as typeof(int{})
> > ```
>
> GCC reject this https://godbolt.org/z/YEdnGh8T5GCC rejects it in C mode; it accepts it in C++ mode. https://github.com/llvm/llvm-project/pull/146394 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
