Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
inline2.c
blob: ede41049274bea830b40cdff7aad065616564457 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-Wall -std=gnu89" } */
/* This test should compile successfully. */
extern
inline
int
foo
(
void
)
{
return
0
;
}
inline
int
foo
(
void
)
{
return
1
;
}