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