blob: 00bec1c8914c20ca64028406d7f128a9f7d5a776 [file] [log] [blame]
void main_1() {
const float2 x_1 = float2(50.0f, 60.0f);
const float2 x_2 = ddx_coarse(x_1);
return;
}
void main() {
main_1();
return;
}