contract A { fixed128x4 storeMe; function f(ufixed, fixed128x3) public pure { ufixed128x2 a; fixed b; a; b; } } // ----