// must not parse 4[deprecated] as index expression const x = 4 @[deprecated] fn g() { a := [3] _ = a[0] } const y = 5 @[deprecated] fn h() {} const z = 6 @[typedef] pub struct C.Foo {} a := [3] _ := a[0]