================ @@ -5,3 +5,12 @@ void f() // CHECK: store i32 0 int i{}; } + + +namespace GH116440 { +void f() { + void{}; + void(); +} ---------------- cor3ntin wrote: What do you want me to check? noting is emitted https://github.com/llvm/llvm-project/pull/147514