summaryrefslogtreecommitdiffstats
path: root/tests/cross-compile/glslang-error.glsl
blob: eb59b72f60ee82e22ea3b4e85fe3e786a5160df6 (plain)
1
2
3
4
5
6
7
//TEST(glslang):SIMPLE:-pass-through glslang -target spirv -entry compute -stage compute -profile sm_5_1 -emit-spirv-via-glsl
#version 450

void main()
{
    int a = !;
}