1*c8dee2aaSAndroid Build Coastguard Workeruniform half4 colorGreen; 2*c8dee2aaSAndroid Build Coastguard Worker 3*c8dee2aaSAndroid Build Coastguard Workerinline int tooBig(int x) { 4*c8dee2aaSAndroid Build Coastguard Worker ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; 5*c8dee2aaSAndroid Build Coastguard Worker ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; 6*c8dee2aaSAndroid Build Coastguard Worker return x; 7*c8dee2aaSAndroid Build Coastguard Worker} 8*c8dee2aaSAndroid Build Coastguard Worker 9*c8dee2aaSAndroid Build Coastguard Workerhalf4 main(float2 coords) { 10*c8dee2aaSAndroid Build Coastguard Worker int y = 0; 11*c8dee2aaSAndroid Build Coastguard Worker y = tooBig(y); 12*c8dee2aaSAndroid Build Coastguard Worker y = tooBig(y); 13*c8dee2aaSAndroid Build Coastguard Worker return colorGreen; 14*c8dee2aaSAndroid Build Coastguard Worker} 15