blob: 4a07ff33be2a3e2919fef2546a12370763f10587 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void min_aa28ad() {
float2 res = fmin(float2(0.0f), float2(0.0f));
}
struct tint_symbol {
float4 value [[position]];
};
float4 vertex_main_inner() {
min_aa28ad();
return float4(0.0f);
}
vertex tint_symbol vertex_main() {
float4 const inner_result = vertex_main_inner();
tint_symbol wrapper_result = {};
wrapper_result.value = inner_result;
return wrapper_result;
}
fragment void fragment_main() {
min_aa28ad();
return;
}
kernel void compute_main() {
min_aa28ad();
return;
}