cmake HAVE_MSC_THREAD_LOCAL_STORAGE examples

FujiNetWIFI/fujinet-firmware components_pc/libssh/ConfigureChecks.cmake :312

check_c_source_compiles("
__declspec(thread) int tls;

int main(void) {
    return 0;
}" HAVE_MSC_THREAD_LOCAL_STORAGE)