blob: 8f56ba0483eca35a2407b3e997f30c6f72b59744 [file] [log] [blame]
/* { dg-additional-options "-std=gnu89" } */
foo (a)
{
return a * 5 + 12;
}