summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/main.cpp
blob: c01fadc5d8e4713d82a97d84385f22dc74c3b987 (plain)
1
2
3
4
5
6
7
#include <algorithm>

int main(int argc, char **argv) {
  libc_struct s;
  std::vector v;
  return 0; // Set break point at this line.
}
OpenPOWER on IntegriCloud