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