]> git.proxmox.com Git - rustc.git/blob - src/jemalloc/msvc/projects/vc2015/test_threads/test_threads_main.cpp
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / jemalloc / msvc / projects / vc2015 / test_threads / test_threads_main.cpp
1 #include "test_threads.h"
2 #include <future>
3 #include <functional>
4 #include <chrono>
5
6 using namespace std::chrono_literals;
7
8 int main(int argc, char** argv)
9 {
10 int rc = test_threads();
11 return rc;
12 }