llvm-project/lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.c

9 lines
70 B
C

#include "foo.h"
void stop() {}
int foo() {
stop();
return 0;
}