#include using namespace metal; void dpdx_c487fa() { float4 arg_0 = float4(1.0f); float4 res = dfdx(arg_0); } fragment void fragment_main() { dpdx_c487fa(); return; }