1#include <stdio.h>
2int one();
3int two();
4int main() {
5 puts(s: "this is the standalone binary test program");
6 return one() + two();
7}
8

Provided by KDAB

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

source code of lldb/test/API/macosx/lc-note/multiple-binary-corefile/main.c