`function f3(string[2] ss) {}` results in compiler error: ``` Type error: Internal type is not allowed for public and external functions. function f3(string[2] ss) { ^----------^ ``` Looks like the ABI supports this, but the Solidity compiler doesn't