1int main(int argc, char **argv) {
2 /* We just want to make sure this ran, so
3 it doesn't actually need to do anything. */
4 return 0;
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/functionalities/launch_stop_at_entry/main.c