1
2out vec4 sk_FragColor;
3void main() {
4    float x;
5    {
6        x = 1.0;
7        discard;
8    }
9}
10