Anonymous struct members initialized with designated initializers · Issue #46132 · llvm/llvm-project

Bugzilla Link 46788 Version trunk OS All CC @felipepiovezan,@zygoloid Extended Description The following code fails to compile: struct State { struct { int anon_struct_member; }; }; template