blob: 52f852c8068fd2925565b2f95cae8dfa95979e16 [file] [log] [blame]
void main() {
half2 x = half2(1);
x = +x;
x = -x;
sk_FragColor.rg = x;
}