blob: 88fdc2bf4127dbf50f6b26ac00c95ef20c5ce4eb [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static int u = 1;
void f() {
const bool v = bool(u);
}