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