
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31508 e7fa87d3-cd2b-0410-9028-fcbf551c1848
16 lines
236 B
GLSL
16 lines
236 B
GLSL
#version 310 es
|
|
|
|
#define X
|
|
|
|
#if X
|
|
#if 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
|
|
|
|
int main() {
|
|
}
|