allwinner_a64/android/external/valgrind/none/tests/tls2.c
2018-08-08 16:14:42 +08:00

5 lines
72 B
C

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