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