blob: 5e56bddb12181cde3ee0db5f93dd2cd883838691 [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto2";
option optimize_for = LITE_RUNTIME;
package reporting.test;
// A simple test proto with a string in it.
message TestMessage {
optional string test = 1;
}