Files
clang-p2996/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/second.m
Adrian Prantl 0304360a40 Add a testcase for Clang modules being updated within one LLDB session.
This actually works as expected, but wasn't explicitly tested before.
2019-11-15 16:27:14 -08:00

6 lines
84 B
Objective-C

@import Umbrella;
int main() {
struct S s = getS(); // break here
return s.i;
}