blob: 00b5625fbe2af670f688f58e8624a84aef12801e [file] [log] [blame]
#version 420
void f();
void main() {
f().xx; // Scalar swizzle does not apply to void
f().xy; // Vector swizzle does not apply either
}