blob: 9a39cb9fe25d2a7460fdc977fd9115e8eab7e109 [file] [log] [blame]
extern void bar(void);
void foo(void) { bar(); }