================ @@ -12,7 +12,7 @@ extern "C" void host_fn() {} struct Dummy {}; struct S { - S() {} + S() { x = 1; } ---------------- yxsamliu wrote: will do https://github.com/llvm/llvm-project/pull/72394