bolt/deps/llvm-18.1.8/lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.c
2025-02-14 19:21:04 +01:00

8 lines
70 B
C

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