blob: 967872a0f12742f88f531a155cdec98a41130158 [file] [log] [blame]
extern void foo1(void);
void foo2(void) { foo1(); }
void foo3(void) {}