#include "foo.h"

int main(int argc, char const *argv[]) {
  foo();
  return 0; // breakpoint 1
}
