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