]> git.proxmox.com Git - rustc.git/blob - tests/run-make-fulldeps/issue-28595/b.c
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / run-make-fulldeps / issue-28595 / b.c
1 extern void a(void);
2
3 void b(void) {
4 a();
5 }