blob: 6baa073c3faad764650d631a42d50a8c77470bb9 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void A() {
}
void _A() {
}
void B() {
A();
}
void _B() {
_A();
}