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
* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20010605-1.c
blob
c777af5bdc4ef17c563351bee21a44fb3bc38f77
1
int
main
()
2
{
3
int
v
=
42
;
4
5
inline
int
fff
(
int
x
)
6
{
7
return
x
*
10
;
8
}
9
10
return
(
fff
(
v
) !=
420
);
11
}