blob: ff6dce6fd50ed4acbbb3018f048e316756e3581f [file] [log] [blame]
void main_1() {
const float3 x_1 = float3(50.0f, 60.0f, 70.0f);
const float3 x_2 = fwidth(x_1);
return;
}
void main() {
main_1();
return;
}