summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/no_asan_gen_globals.c
blob: a747d7a367ea439ed66413e474a0aec79030a4d8 (plain)
1
2
3
4
5
6
7
8
// Make sure __asan_gen_* strings do not end up in the symbol table.

// RUN: %clang_asan %s -o %t.exe
// RUN: nm %t.exe | FileCheck %s

int x, y, z;
int main() { return 0; }
// CHECK-NOT: __asan_gen_