Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
inline-32a.c
blob: a2bde0aac4b2856851ae3d5fd394b6168af22725 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-std=c99 -pedantic-errors" } */
int
f
(
void
)
{
return
0
;
}