
option optimize_for = LITE_RUNTIME;

package TestRepeatedPackedUInt32;

message Test {

    repeated uint32 i = 1 [packed=true];

}

