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