aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/objc/modules-compile-error/main.m
blob: 35259dd287b012717bdc094075fb813e200830ee (plain)
1
2
3
4
5
@import LLDBTestModule;

int main() {
  return foo(); // break here
}