blob: 229e98380c568b2b44263bc1d55b2584bb702cac [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float b(int i) {
return 2.29999995231628417969f;
}
int c(uint u) {
return 1;
}
void a() {
float a_1 = b(c(2u));
}