about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/haskell_proto_library/stripped_zip_code.proto
blob: 690d7c9d99ccc84916ab8b8c86668be24226eaa2 (plain) (blame)
1
2
3
4
5
6
7
syntax = "proto3";

package demo; // Required to generate valid code.

message StrippedZipCode {
  string code = 1;
}