generate OpLine before OpFunction
[platform/upstream/glslang.git] / Test / hlsl.localStructuredBuffer.comp
1 RWStructuredBuffer<uint> srt0;\r
2 void main() {\r
3     RWStructuredBuffer<uint> srt0Local = srt0;\r
4 }