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

void main()
{
    int a = !;
}