Making an array of arrays

prog_uint8_t multiarray[][] PROGMEM = {{1, 1, 1, 1}, {2, 2, 2, 2}};

This code works?