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