rust/tests/run-make/issue-28595/b.c
2023-03-30 07:34:55 -05:00

6 lines
48 B
C

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