rust/tests/run-make-fulldeps/issue-28595/b.c
2023-01-11 09:32:08 +00:00

6 lines
48 B
C

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