Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
m5.c
blob: 8f56ba0483eca35a2407b3e997f30c6f72b59744 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
)
{
return
a
*
5
+
12
;
}