#include #include #include int main(int argc, const char *argv[]) { assert(tls_init() == 0); return EXIT_SUCCESS; }