contract A { fixed40x40 storeMe; function f(ufixed, fixed32x32) public pure { ufixed8x8 a; fixed b; a; b; } } // ----