1InterfaceBlockA { int a; }; 2InterfaceBlockB { int b; }; 3void main() { 4 bool e = sk_FragCoord.y > 0; /* synthesizes u_skRTFlip */ 5} 6