Bug 401416 - Compile failure with openmpi 4.0.
[valgrind.git] / none / tests / tls2.c
blobb53e16ea1d928b17eeda108f69e057ac8906dd95
1 #include <config.h>
3 #ifdef HAVE_TLS
4 __thread int static_extern;
5 #endif