Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20030718-1.c
blob: 2a113f95e194c4dd570c6ac84b09d1933c74d57c [
file
] [
log
] [
blame
]
/* PR c/10320
The function temp was not being emitted in a prerelease of 3.4 20030406.
Contributed by pinskia@physics.uc.edu */
static
inline
void
temp
();
int
main
()
{
temp
();
return
0
;
}
static
void
temp
(){}