blob: ed0ba1f3b3e43227b0fecdc7736e5aee7983e6e0 [file] [log] [blame]
void f(int a) {
int b = a;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}