Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
mod_256.x
blob: c1de42ce389b18d9306911b3f3673f947313c914 [
file
] [
log
] [
blame
]
int
f
(
int
x
)
{
return
x
%
256
;
}