llvm-project/lldb/packages/Python/lldbsuite/test/macosx/macabi/main.c

6 lines
97 B
C

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