1void f();
2void stop() {}
3
4int main(int argc, char const *argv[]) {
5 f();
6 return 0;
7}
8

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of lldb/test/API/functionalities/inline-sourcefile/main.c