blob: 36759a18fb5cb6feca23418fdb7fb6839313a18e [file] [log] [blame]
void main_1() {
const float x_1 = float2(50.0f, 60.0f).y;
return;
}
[numthreads(1, 1, 1)]
void main() {
main_1();
return;
}