blob: 9e865edd726686c7baa5ce415cd7bf5d94355875 [file] [log] [blame]
struct S {
field0 : u32;
field1 : f32;
};
fn x_100_1() {
return;
}
[[stage(fragment)]]
fn x_100() {
x_100_1();
}