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

9 lines
70 B
C

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