1#include "Foo.h"
2
3int main(int argc, char **argv) {
4 Foo foo;
5 // break here.
6 return 0;
7}
8

source code of lldb/test/API/lang/cpp/modules-import/main.cpp