1*6fcb8577SRaphael Isemann #include <algorithm> 2*6fcb8577SRaphael Isemann main(int argc,char ** argv)3*6fcb8577SRaphael Isemannint main(int argc, char **argv) { 4*6fcb8577SRaphael Isemann // Makes sure we have the mock libc headers in the debug information. 5*6fcb8577SRaphael Isemann libc_struct s; 6*6fcb8577SRaphael Isemann std::vector<int> v; 7*6fcb8577SRaphael Isemann return 0; // Set break point at this line. 8*6fcb8577SRaphael Isemann } 9