blob: b4c2c00d0cddf852bc8f19a7a540d32ee069c88d [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void trunc_117396() {
float3 res = float3(1.0f);
}
vertex float4 vertex_main() {
trunc_117396();
return float4(0.0f);
}
fragment void fragment_main() {
trunc_117396();
}
kernel void compute_main() {
trunc_117396();
}