1int main(int argc, char **argv) {
2 lldb_enable_attach();
3 int to_complete = 0;
4 return to_complete;
5}
6

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of lldb/test/API/iohandler/completion/main.c