array_dimensions_01.sol 155 B

123456
  1. abstract contract foo {
  2. bool[-10 + 10] x;
  3. }
  4. // ---- Expect: diagnostics ----
  5. // error: 3:18-26: zero size array not permitted