1f08c3bdfSopenharmony_ciint cmpe_and_eq(int a) { return ((a & 0xff00) == 0xff01) + 1; }
2f08c3bdfSopenharmony_ciint cmpe_and_ne(int a) { return ((a & 0xff00) != 0xff01) + 0; }
3f08c3bdfSopenharmony_ci
4f08c3bdfSopenharmony_ci/*
5f08c3bdfSopenharmony_ci * check-name: cmpe-and0
6f08c3bdfSopenharmony_ci * check-command: test-linearize -Wno-decl $file
7f08c3bdfSopenharmony_ci *
8f08c3bdfSopenharmony_ci * check-output-ignore
9f08c3bdfSopenharmony_ci * check-output-returns: 1
10f08c3bdfSopenharmony_ci */
11