mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
ca28ac17fb
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
127 lines
910 B
Plaintext
127 lines
910 B
Plaintext
[preproc]
|
|
#if 1
|
|
pass
|
|
#endif
|
|
|
|
[preproc]
|
|
#if 1
|
|
pass
|
|
|
|
[preproc]
|
|
pass
|
|
#if 0
|
|
fail
|
|
|
|
[preproc]
|
|
#if 1
|
|
pass
|
|
#else
|
|
fail
|
|
#endif
|
|
|
|
[preproc]
|
|
#if 0
|
|
fail
|
|
#else
|
|
pass
|
|
#endif
|
|
|
|
[preproc]
|
|
#if 0
|
|
fail
|
|
#else
|
|
pass
|
|
|
|
[preproc]
|
|
#if 0
|
|
fail
|
|
#elif 1
|
|
pass
|
|
#else
|
|
fail
|
|
#endif
|
|
|
|
[preproc]
|
|
#if 1
|
|
pass
|
|
#elif 1
|
|
fail
|
|
#else
|
|
fail
|
|
#endif
|
|
|
|
[preproc]
|
|
#if 0
|
|
fail
|
|
#elif 0
|
|
fail
|
|
#else
|
|
pass
|
|
#endif
|
|
|
|
[preproc]
|
|
#if 0
|
|
#if 1
|
|
fail
|
|
#endif
|
|
#else
|
|
#if 0
|
|
fail
|
|
#else
|
|
pass
|
|
#endif
|
|
#endif
|
|
|
|
[preproc]
|
|
#if 0
|
|
fail
|
|
#endif
|
|
pass
|
|
|
|
[preproc]
|
|
#endif
|
|
pass
|
|
|
|
[preproc]
|
|
/* The #elif is effectively ignored here. */
|
|
#if 0
|
|
fail
|
|
#else
|
|
pass
|
|
#elif 0
|
|
#endif
|
|
|
|
[preproc]
|
|
#if 0
|
|
fail
|
|
#else
|
|
#elif 0
|
|
pass
|
|
#endif
|
|
|
|
[preproc]
|
|
/* Similarly, the second #else is effectively ignored here. */
|
|
#if 0
|
|
fail
|
|
#else
|
|
pass
|
|
#else
|
|
#endif
|
|
|
|
[preproc]
|
|
/* Similarly, the second #else is effectively ignored here. */
|
|
#if 0
|
|
fail
|
|
#else
|
|
#else
|
|
pass
|
|
#endif
|
|
|
|
[preproc]
|
|
#if 0
|
|
#define KEY fail
|
|
#else
|
|
#define KEY pass
|
|
#endif
|
|
KEY
|