forked from Imagelibrary/binutils-gdb
Add prototype to gold tests.
2010-04-09 H.J. Lu <hongjiu.lu@intel.com> * testsuite/plugin_common_test_1.c (foo): Add prototype. * testsuite/plugin_common_test_2.c (foo): Likewise.
This commit is contained in:
@@ -32,8 +32,10 @@ int c3;
|
||||
int c4 = 40;
|
||||
int c5;
|
||||
|
||||
extern void foo (void);
|
||||
|
||||
void
|
||||
foo ()
|
||||
foo (void)
|
||||
{
|
||||
c1 = 10;
|
||||
c2 = 20;
|
||||
|
||||
Reference in New Issue
Block a user