xref: /third_party/mesa3d/src/compiler/glsl/glcpp/tests/054-if-with-macros.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/compiler/glsl/glcpp/tests/
1bf215546Sopenharmony_ci#define one 1
2bf215546Sopenharmony_ci#define two 2
3bf215546Sopenharmony_ci#define three 3
4bf215546Sopenharmony_ci#define five 5
5bf215546Sopenharmony_ci#if five < two
6bf215546Sopenharmony_cifailure_1
7bf215546Sopenharmony_ci#else
8bf215546Sopenharmony_cisuccess_1
9bf215546Sopenharmony_ci#endif
10bf215546Sopenharmony_ci#if three >= two
11bf215546Sopenharmony_cisuccess_2
12bf215546Sopenharmony_ci#else
13bf215546Sopenharmony_cifailure_2
14bf215546Sopenharmony_ci#endif
15bf215546Sopenharmony_ci#if two + three <= five
16bf215546Sopenharmony_cisuccess_3
17bf215546Sopenharmony_ci#else
18bf215546Sopenharmony_cifailure_3
19bf215546Sopenharmony_ci#endif
20bf215546Sopenharmony_ci#if five - two == three
21bf215546Sopenharmony_cisuccess_4
22bf215546Sopenharmony_ci#else
23bf215546Sopenharmony_cifailure_4
24bf215546Sopenharmony_ci#endif
25bf215546Sopenharmony_ci#if one > three
26bf215546Sopenharmony_cifailure_5
27bf215546Sopenharmony_ci#else
28bf215546Sopenharmony_cisuccess_5
29bf215546Sopenharmony_ci#endif
30bf215546Sopenharmony_ci#if one != five
31bf215546Sopenharmony_cisuccess_6
32bf215546Sopenharmony_ci#else
33bf215546Sopenharmony_cifailure_6
34bf215546Sopenharmony_ci#endif
35

Indexes created Thu Nov 07 10:32:03 CST 2024