blob: a64abccd9f15d1bad322069e2db00edaf1bd7573 [file] [log] [blame]
SKIP: FAILED
void d() {
}
void c() {
d();
}
void b() {
c();
}
void a() {
b();
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}