blob: 8ebd64f4b687f6c7e3e0ea41b2941233dd88e313 [file] [log] [blame]
/* { dg-additional-options "-std=gnu89" } */
foo (a)
{
int b = a;
return b + 8762345;
}