blob: ce5761f302d81d3cd178c65cece8a70767a606a0 [file] [log] [blame]
static bool continue_execution = true;
void f() {
continue_execution = false;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}