summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/mod_2.x
blob: 2b079a4b883dc5f591859f33b668bae3acff20e8 (plain)
1
2
3
4
5
int
f (int x)
{
  return x % 2;
}