blob: ad5d18732eac4df3470c600e8214d5001d0d9e47 [file] [log] [blame]
#include <chrono>
#include <thread>
int main(int argc, char const *argv[])
{
lldb_enable_attach();
std::this_thread::sleep_for(std::chrono::seconds(30));
}