blob: fa5ea5108225ec28530b897da99240be211a12f2 [file] [log] [blame]
half4 colorR,colorGreen;
bool test(){
int ok;
for(float d[2]=float[2](0,1);d[0]<d[~1];){}
return ok==0;
}
half4 main(){
return test()?colorGreen:colorR;
}