// Make sure we report atexit stats. // RUN: %clangxx_asan -O3 %s -o %t // RUN: ASAN_OPTIONS=atexit=1:print_stats=1 %t 2>&1 | FileCheck %s #include #include int *p1 = (int*)malloc(900); int *p2 = (int*)malloc(90000); int *p3 = (int*)malloc(9000000); int main() { } // CHECK: AddressSanitizer exit stats: