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