Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr110386-1.c
blob: 4fcc977ad16fe09dcf10c7dff38f29417b87aff4 [
file
] [
log
] [
blame
]
int
f
(
int
a
)
{
int
c
=
c
<
0
?
c
:
-
c
;
c
=
-
c
;
unsigned
b
=
c
;
unsigned
t
=
b
*
a
;
return
t
*
t
;
}