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