
option optimize_for = LITE_RUNTIME;

package TestRepeatedPackedFixed64;

message Test {

    repeated fixed64 i = 1 [packed=true];

}

