1UNSUPPORTED: darwin, freebsd, windows
2RUN: %cpp_compiler -fno-sanitize=address -fno-builtin %S/CustomAllocator.cpp %S/EmptyTest.cpp -o %t-NoAsanCustomAllocatorTest
3RUN: %run %t-NoAsanCustomAllocatorTest -runs=1 2>&1 | FileCheck %s
4
5CHECK: CALLOC-MEMCMP
6CHECK-NEXT: CALLOC-STRNCMP
7CHECK-NEXT: CALLOC-STRCMP
8CHECK-NEXT: CALLOC-STRSTR
9