contract C { struct S { uint a; S[2][] sub; } function f() public pure returns (uint, S memory) { } } // ---- // TypeError: (94-102): Recursive type not allowed for public or external contract functions.