================
@@ -39,6 +39,26 @@ define i16 @p1_write_then_read_caller() {
ret i16 %l
}
+declare void @fn_capture(ptr noundef)
----------------
nikic wrote:
Drop noundef, it's not relevant here.
https://github.com/llvm/llvm-project/pull/120044