llvm-project/lldb/test/API/lang/cpp/modules-import/main.cpp

8 lines
94 B
C++

#include "Foo.h"
int main(int argc, char **argv) {
Foo foo;
// break here.
return 0;
}