xref: /aosp_15_r20/external/skia/resources/sksl/errors/Ossfuzz56373.sksl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1bufferThree {half z;};
2layout (binding=0) uniform bufferThree t;
3void main(){}
4
5/*%%*
6expected a type, found 'bufferThree'
7invalid type
8*%%*/
9