void f();
void stop() {}

int main(int argc, char const *argv[]) {
  f();
  return 0;
}