10 lines
70 B
C
Raw Normal View History

2020-02-01 23:06:01 +01:00
#ifndef bar_h
#define bar_h
static int bar()
{
return 0;
}
#endif