Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
shloop.c
blob: 7bb85466653a899c847ad0f607b492513b403975 [
file
] [
log
] [
blame
]
int
main
(
void
)
{
int
volatile
p
;
int
i
;
for
(
i
=
10000000
;
i
>
0
;
i
--)
p
=
i
>>
10
;
}