github.com/tri-stone/burrow@v0.25.0/tests/compilers_fixtures/simpleContract.sol (about)

     1  pragma solidity ^0.5.4;
     2  
     3  contract c {
     4      function f() public {
     5          uint8[5] memory foo3 = [1, 1, 1, 1, 1];
     6      }
     7  }