1#include <metal_stdlib> 2 3using namespace metal; 4void fwidth_5d1b39() { 5 float3 res = fwidth(float3()); 6} 7 8fragment void fragment_main() { 9 fwidth_5d1b39(); 10 return; 11} 12 13