6 lines
48 B
C
Raw Normal View History

extern void a(void);
void b(void) {
a();
}