blob: 99ae7511ee0123f490c2843e43698dbd055cb3c4 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
int i = 1;
int b = int2(1, 2)[min(uint(i), 1u)];
}