forked from OSchip/llvm-project
Remove a compilation warning in the test case main.c file.
llvm-svn: 199243
This commit is contained in:
parent
787f540daa
commit
0f7e294d65
|
@ -1,5 +1,5 @@
|
|||
extern int call_through_indirect(int);
|
||||
extern int call_through_reexport(int);
|
||||
extern int reexport_to_indirect(int);
|
||||
|
||||
int
|
||||
main ()
|
||||
|
|
Loading…
Reference in New Issue