blob: 844ebc13937a3444e2d473fdf86176ba19e79104 [file] [log] [blame]
fn another_function() {
return;
}
fn x_100_1() {
return;
}
[[stage(fragment)]]
fn x_100() {
x_100_1();
}