blob: 3c58ea2a53d5f2c8e457fa356ee16e210c73416b [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float u = 1.0f;
void f() {
const int v = int(u);
}