1 2#include "foo.h"3 4int main(int argc, char const *argv[]) {5 int f = foo(argc);6 return 0; // main breakpoint 17}8