repo.or.cz
/
blocksruntime.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ASan/Win] Use the new function interception approach to handle function wrappers...
[blocksruntime.git]
/
test
/
asan
/
TestCases
/
no_asan_gen_globals.c
blob
a747d7a367ea439ed66413e474a0aec79030a4d8
1
// Make sure __asan_gen_* strings do not end up in the symbol table.
2
3
// RUN: %clang_asan %s -o %t.exe
4
// RUN: nm %t.exe | FileCheck %s
5
6
int
x
,
y
,
z
;
7
int
main
() {
return
0
; }
8
// CHECK-NOT: __asan_gen_