================
@@ -5,3 +5,12 @@ void f()
// CHECK: store i32 0
int i{};
}
+
+
+namespace GH116440 {
+void f() {
+ void{};
+ void();
+}
----------------
erichkeane wrote:
Can you add check-lines to this one?
https://github.com/llvm/llvm-project/pull/147514