summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/main.cpp
blob: ad5d18732eac4df3470c600e8214d5001d0d9e47 (plain)
1
2
3
4
5
6
7
8
9
#include <chrono>
#include <thread>

int main(int argc, char const *argv[])
{
    lldb_enable_attach();

    std::this_thread::sleep_for(std::chrono::seconds(30));
}
OpenPOWER on IntegriCloud