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