blob: 9d8b4f695bfda383db0fb2a3cc1e016d60f3d890 [file] [log] [blame]
#include <thread>
int main(int argc, char** argv){
std::thread th;
return 0;
}