xref: /llvm-project/lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.c (revision 7e9bab6ad51af1cab0c7457e4323166af3ac797c)
1 #include "foo.h"
2 
stop()3 void stop() {}
4 
foo()5 int foo() {
6   stop();
7   return 0;
8 }
9