1 // RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
5 // Required for ld64 macOS 12.0+
6 __attribute__((weak
)) extern "C" void foo() {}
8 extern "C" void __sanitizer_report_error_summary(const char *summary
) {
9 fprintf(stderr
, "test_report_error_summary\n");
10 // CHECK: test_report_error_summary