blob: 4c3ddb85c49e4ac89d87b7859d5e97958d888d30 [file] [log] [blame]
void f() {
float[4] v = (float[4])0;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}