blob: 2f8d26f942e41d8c430ffd713854f4248a1f1163 [file] [log] [blame]
edition = "2024";
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;
}