teak-llvm/lldb/packages/Python/lldbsuite/test/lang/objc/modules-cache/main.m
Adrian Prantl beb6025361 Don't compile testcase with clang modules enabled.
It isn't actually necessary for what we are testing here and should
fix the test on the Linux bots.

llvm-svn: 326634
2018-03-02 23:15:04 +00:00

6 lines
73 B
Objective-C

#include "f.h"
int main() {
f(); // Set breakpoint here.
return 0;
}