uniform half4 colorGreen; void tooBig(inout int x) { ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; ++x; } half4 main() { int x = 0; tooBig(x); tooBig(x); return colorGreen; }