aboutsummaryrefslogtreecommitdiffstats
path: root/test/gourdinl/postpass_exp.c
blob: 522ac2a6ed127120bbd4115001c7805deee4e1f6 (plain)
1
2
3
4
5
int main(int x, int y) {
  int z = x << 32;
  y = y - z;
  return x + y;
}