1#include <thread>
2
3int main() {
4 std::this_thread::sleep_for(rtime: std::chrono::minutes(1));
5 return 0;
6}
7

source code of lldb/test/API/functionalities/gdb_remote_client/sleep.cpp