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