blob: 867b92f9756860fe6576ed60813c7048889667c6 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void dpdy_feb40f() {
float3 arg_0 = float3(0.0f);
float3 res = dfdy(arg_0);
}
fragment void fragment_main() {
dpdy_feb40f();
return;
}