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
87 B
Objective-C

@import Umbrella;
int main(int argc, char **argv) {
f(); // break here
return 0;
}