blob: 8c38227c418a57727d3f592901007ab35f5c8773 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static bool u = true;
void f() {
const uint v = uint(u);
}