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

6 lines
102 B
C

#include "foo.h"
int main() {
const char *s = "Hello macCatalyst!";
return foo(); // break here
}