blob: 49b5c4fc79abf0c6e2c6ecac1e07691fd5110a58 [file] [log] [blame]
fn x_200(a : u32, b : f32, c : i32) {
return;
}
fn x_100_1() {
return;
}
[[stage(fragment)]]
fn x_100() {
x_100_1();
}