blob: 92ec7b246c3caf25c08d4d2ad2f126c71455f3b3 [file] [log] [blame] [edit]
void f() {
int i = int(1);
float2 a = float4x2((0.0f).xx, (0.0f).xx, float2(4.0f, 0.0f), (0.0f).xx)[i];
int b = int2(int(0), int(1))[i];
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}