mc_translate.c: enable further uses of DLexpensive for scalar EQ/NE comparisons
[valgrind.git] / none / tests / tls2_so.c
blobc14a6909d535c3c321bbbc9d344e9711108df212
1 #include <config.h>
3 #ifdef HAVE_TLS
4 __thread int so_extern;
5 #endif