1#include <config.h>
2
3#ifdef HAVE_TLS
4__thread int static_extern;
5#endif
6