contract C {
struct S {
int[] b;
}
S s;
struct T {
T t;
function f() public {
s.b.push();
t.s.b.push();
// ====
// SMTEngine: all
// ----