1f08c3bdfSopenharmony_ciint foo(int a, int b) { int x = a + b, y = ~b; return (x < y) == (y > x); }
2f08c3bdfSopenharmony_ci
3f08c3bdfSopenharmony_ci/*
4f08c3bdfSopenharmony_ci * check-name: cse-reg01
5f08c3bdfSopenharmony_ci * check-command: test-linearize -Wno-decl $file
6f08c3bdfSopenharmony_ci *
7f08c3bdfSopenharmony_ci * check-output-ignore
8f08c3bdfSopenharmony_ci * check-output-returns: 1
9f08c3bdfSopenharmony_ci */
10