aboutsummaryrefslogtreecommitdiff
path: root/tests/cmake/tls.c
blob: 1493ab0a6bd9ae4d59fc073e83e346533907f7c0 (plain)
1
2
3
4
5
6
#include <tls.h>

int main(void) {
  tls_init();
  return 0;
}