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