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