Remove a compilation warning in the test case main.c file.

llvm-svn: 199243
This commit is contained in:
Jim Ingham 2014-01-14 18:46:15 +00:00
parent 787f540daa
commit 0f7e294d65
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
extern int call_through_indirect(int);
extern int call_through_reexport(int);
extern int reexport_to_indirect(int);
int
main ()