meson.build 47 B

12345
  1. project('out of bounds', 'c')
  2. x = []
  3. y = x[0]