blob: 3805ed64184a720c87a5547b02da5a941d3c84cb [file] [log] [blame]
#include <mutex>
int main(int argc, char** argv){
std::mutex mutex;
return 0;
}