fn first_shader_1() {
return;
}
[[stage(fragment)]]
fn first_shader() {
first_shader_1();
fn second_shader() {