blob: 636891ce82c6354a5d4c07b5fc0d5f6720b62d13 [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 = b(c(2u));
}