blob: 67eab17646a7d1d22cb5cf32bce32db927fae59c [file] [log] [blame]
const half test[] = half[](1, 2, 3, 4);
void main() {
sk_FragColor = half4(test[0], test[1], test[2], test[3]);
}