1option optimize_for = LITE_RUNTIME;
2
3package dbus_utils_test;
4
5message TestMessage {
6  optional int32 foo = 1;
7  optional string bar = 2;
8}
9