~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/compiler/glsl/glcpp/tests/045-if-0-elif.c

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
success_1
2
 
#if 0
3
 
failure_1
4
 
#elif 0
5
 
failure_2
6
 
#elif 1
7
 
success_3
8
 
#elif 1
9
 
failure_3
10
 
#endif
11
 
success_4