[asan] enable LeakSanitizer (LSan) by default in asan. This only affects Linux x86_64...
[blocksruntime.git] / test / asan / TestCases / no_asan_gen_globals.c
bloba747d7a367ea439ed66413e474a0aec79030a4d8
1 // Make sure __asan_gen_* strings do not end up in the symbol table.
3 // RUN: %clang_asan %s -o %t.exe
4 // RUN: nm %t.exe | FileCheck %s
6 int x, y, z;
7 int main() { return 0; }
8 // CHECK-NOT: __asan_gen_