#ifndef bar_h #define bar_h static int bar(void) { return 0; } #endif