blob: ac8e6d96545d7ccf56f58c94f2cdb7d075cebde4 [file] [log] [blame] [edit]
void f() {
}
[numthreads(1, 1, 1)]
void main() {
f();
}