mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-28 05:38:11 +02:00
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Matt Turner <mattst88@gmail.com> Acked-by: Jose Fonseca <jfonseca@vmware.com>
9 lines
160 B
C
9 lines
160 B
C
// This comment continues to the next line, hiding the define \
|
|
#define CONTINUATION_UNSUPPORTED
|
|
|
|
#ifdef CONTINUATION_UNSUPPORTED
|
|
failure
|
|
#else
|
|
success
|
|
#endif
|
|
|