blob: 832c0586bd2bd2837f1fc43d786051e31a7bd019 [file] [log] [blame]
type Arr = [[stride(8)]] array<u32, 5>;
fn x_100_1() {
return;
}
[[stage(fragment)]]
fn x_100() {
x_100_1();
}