blob: d64921d1ef759159381213f4d48eeebc72049e35 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void fwidthFine_523fdc() {
float3 arg_0 = float3(1.0f);
float3 res = fwidth(arg_0);
}
fragment void fragment_main() {
fwidthFine_523fdc();
return;
}