blob: 0fb20d4ec11c37358e7c7f7ebcab6529b5a5cbf1 [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));
}