blob: cb31dc69a03a38da3ac9d47d1d6af9de582ef35a [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float3 u = (1.0f).xxx;
void f() {
const int3 v = int3(u);
}