1#include "foo.h"
2
3void stop() {}
4
5int foo() {
6 stop();
7 return 0;
8}
9

source code of lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.c