repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20030501-1.c
blob
f47dc291bd3d323c932be8029184eb595cc8e84e
1
int
2
main
(
int
argc
,
char
**
argv
)
3
{
4
int
size
=
10
;
5
6
{
7
int
retframe_block
()
8
{
9
return
size
+
5
;
10
}
11
12
if
(
retframe_block
() !=
15
)
13
abort
();
14
exit
(
0
);
15
16
}
17
}