blob: 90a78013deff06bdaffcac3cfb7e6f9820b7a3e7 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
float f() {
float3 v = float3(1.0f, 2.0f, 3.0f);
const int i = 1;
return v[i];
}