blob: bbbf625f2caadcb4e62f2085200ed6b89262636a [file] [log] [blame]
/* { dg-additional-options "-std=gnu89" } */
foo (a, b)
{
return a * b;
}