Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
e99a26810f65314183163c07664a40e05647c15f
/
.
/
Test
/
preprocessor.errors.vert
blob: ca83848fa0537ec1b01e9bb17dcac461c8955044 [
file
] [
log
] [
blame
]
#version 310 es
#define
X
1
#if X
#ifdef
Y
#error
This
should
not
show up
in
pp output
.
#endif
#error
This
should show up
in
pp output
.
#else
#error
This
should
not
show up
in
pp output
.
#endif
#def X
#if Y
#extension a
int
main
()
{
}