bolt/deps/llvm-18.1.8/lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.c

9 lines
70 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#include "foo.h"
void stop() {}
int foo() {
stop();
return 0;
}