/tests/bugs/holes-in-debuginfo: fix reproducer to not dies because of missing declarations
This commit is contained in:
parent
d48cb1b731
commit
5745d8c2cf
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
extern void k(int);
|
||||
extern void l(int, int*);
|
||||
|
||||
void f(int i) {
|
||||
k(i);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue