blob: 5feb983610ef7eae223e727654beab54c01deab3 [file] [log] [blame]
#ifndef bar_h
#define bar_h
static int bar()
{
return 0;
}
#endif