summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/main.cpp
blob: c93e9d0ec8ac31e0bf90d067bfebfa648c8a52b3 (plain)
1
2
3
4
5
// We don't import any std module here.

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