array_dimensions_01.sol 72 B

1234
  1. abstract contract foo {
  2. bool[-10 + 10] x;
  3. }