repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20030310-1.c
blob
0e89e0bfca2f598ffb99efdb6ad6fc1136579329
1
static
inline
void
2
foo
(
char
accept
)
3
{
4
char
s
;
5
while
(
s
==
accept
) ;
6
}
7
8
static void
9
bar
(
void
)
10
{
11
char
ch
;
12
foo
(
ch
);
13
}