summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/issue-28595/b.c
blob: 6aecb5f9e04c0058b0ed06452d700897a38b5951 (plain)
1
2
3
4
5
extern void a(void);

void b(void) {
    a();
}