blob: 04903ab98cd978afe71848d07e79df533a6af4c4 [file] [log] [blame]
uniform fragmentProcessor s;
half4 main(float2 xy) {
return half4(0);
}
/*%%*
no type named 'fragmentProcessor'
no type named 's'
expected a declaration, but found ';'
*%%*/