1uniform half4 colorGreen; 2struct S {int f;} sk_FragColor; 3half4 main(float2) { return colorGreen; } 4