pr89386.c (foo): Fix return type.

* gcc.target/i386/pr89386.c (foo): Fix return type.
	* gcc.target/i386/pr89386-1.c (foo): Ditto.

From-SVN: r275757
This commit is contained in:
Uros Bizjak 2019-09-16 20:50:35 +02:00
parent 9b47928e63
commit 1890782243
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
short a[N], b[N], c[N];
int foo (void)
void foo (void)
{
int i;

View File

@ -5,7 +5,7 @@
short a[N], b[N], c[N];
int foo (void)
void foo (void)
{
int i;