mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +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.
7 lines
57 B
C
7 lines
57 B
C
success_1
|
|
#if 1
|
|
success_2
|
|
#else
|
|
failure
|
|
#endif
|
|
success_3
|