edition = "2023";

// LINT: LEGACY_NAMES

package protobuf_editions_test.edition2023;

message bad_message_name {
  string foo = 1;
}
