1// We don't import any std module here.
2
3int main(int argc, char **argv) {
4 return 0; // Set break point at this line.
5}
6

source code of lldb/test/API/commands/expression/import-std-module/no-std-module/main.cpp