blob: 4c2bc2011e7bd3d397497ccf7fd2c298904ee443 [file] [log] [blame]
int a(int v) {
return v;
}
[numthreads(1, 1, 1)]
void b() {
return;
}