blob: 8343f5b229e1bce449b9b7ba4862ffefba72d071 [file] [log] [blame]
extern void a(void);
void b(void) {
a();
}