2024-04-14 22:45:38 +02:00

10 lines
74 B
C

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