• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1half4 colorR,colorGreen;
2
3bool test(){
4    int ok;
5    for(float d[2]=float[2](0,1);d[0]<d[~1];){}
6    return ok==0;
7}
8
9half4 main(){
10    return test()?colorGreen:colorR;
11}
12