android_mt6572_jiabo/external/valgrind/none/tests/tls2.c
2025-09-05 16:56:03 +08:00

5 lines
72 B
C

#include <config.h>
#ifdef HAVE_TLS
__thread int static_extern;
#endif