1#include <algorithm>
2
3int main(int argc, char **argv) {
4 libc_struct s;
5 std::vector v;
6 return 0; // Set break point at this line.
7}
8

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