1@import Darwin;
2
3int main()
4{
5    size_t ret = printf("Stop here\n"); // Set breakpoint 0 here.
6    return ret;
7}
8