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

#include "foo.h"

void stop() {}

int foo() {
  stop();
  return 0;
}