blob: cf4b9143e8f4dc2e28eff93c90ba7cb7472c4e2a [file] [log] [blame] [edit]
void a(inout int x) {
}
void b(inout int x) {
a(x);
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}