blob: 9dd3777761c1d87ee339fcbe97aa176d04f0c4b0 [file]
edition = "2026";
package proto2_unittest;
option optimize_for = LITE_RUNTIME;
// A file with only a single enum, without any use of it.
// This is useful for testing enum specific codegen that is not directly related
// to field codegen.
enum OnlyOneEnum {
ONLY_ONE_ENUM_DEFAULT = 0;
ONLY_ONE_ENUM_VALID = 10;
}