teak-llvm/lldb/packages/Python/lldbsuite/test/macosx/macabi/main.c
Adrian Prantl 2461061168 Upstream macCatalyst support in debugserver and the macOS dynamic loader
plugin.

Unfortunately the test is currently XFAILed because of missing changes
to the clang driver.

Differential Revision: https://reviews.llvm.org/D67124

llvm-svn: 370931
2019-09-04 17:23:15 +00:00

6 lines
97 B
C

#include "foo.h"
int main() {
const char *s = "Hello MacABI!";
return foo(); // break here
}