#include int main(int argc, char* argv[]) { std::mutex m; std::lock_guard l(m); return 0; }