1 #include "foo.h"
2 
main(void)3 int main(void) {
4     foo(); // Set a breakpoint here
5 }
6 
7