#ifndef bar_h
#define bar_h

static int bar()
{
  return 0;
}

#endif
