aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/codegen/comp0.c
blob: 60f8ba778badae05613b19de3f973b1ca23c3c54 (plain)
1
2
3
int toto(unsigned x) {
  return (x < 0) ? 1 : 2;
}