Use that for internal names (including the default ignorelists of the sanitizers). Differential Revision: https://reviews.llvm.org/D101832
5 lines
98 B
C++
5 lines
98 B
C++
int zero_init();
|
|
int badSrcGlobal = zero_init();
|
|
int readBadSrcGlobal() { return badSrcGlobal; }
|
|
|