7 lines
63 B
C
Raw Permalink Normal View History

#include <tls.h>
int main(void) {
tls_init();
return 0;
}