mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 18:38:11 +02:00
So far the only expression implemented is a single integer literal, but obviously that's easy to extend. Various things including nesting are tested here.
11 lines
92 B
C
11 lines
92 B
C
success_1
|
|
#if 0
|
|
failure_1
|
|
#if 1
|
|
failure_2
|
|
#else
|
|
failure_3
|
|
#endif
|
|
failure_4
|
|
#endif
|
|
success_2
|