Codebase Browser
llvm
Go to App
llvm
/
lldb/test/API/functionalities/gdb_remote_client/
sleep.cpp
#include <thread> int main() { std::this_thread::sleep_for(std::chrono::minutes(1)); return 0; }