vcpkg/scripts/test_ports/vcpkg-ci-libressl/project/libressl.c

7 lines
54 B
C

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