blob: 8c1721123e9c130895cf754e7a73610fe8f2e7bd [file] [log] [blame]
const MY_SIZE = 5u;
type Arr = array<i32, MY_SIZE>;
@fragment
fn main() {
var a : Arr;
}