2023-01-11 09:32:08 +00:00

6 lines
48 B
C

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