================ @@ -452,6 +454,10 @@ class RefCounted { unsigned nonTrivial23() { return DerivedNumber("123").value(); } SomeType nonTrivial24() { return SomeType("123"); } + void call_libcpp_verbose_abort() { + __libcpp_verbose_abort("%s", "aborting"); ---------------- rniwa wrote:
Nit: This indentation seems wrong? https://github.com/llvm/llvm-project/pull/113377 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits