blob: e07f0106a7ca01ab71df423a23b5d9f6f739d4e4 [file] [log] [blame]
float b(int i) {
return 2.29999995231628417969f;
}
int c(uint u) {
return int(1);
}
void a() {
float a_1 = b(c(2u));
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}