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