2020-02-01 23:06:01 +01:00

10 lines
70 B
C

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