aboutsummaryrefslogtreecommitdiff
path: root/third_party/libprotobuf-mutator/test_fuzzer/imported_publicly.proto
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libprotobuf-mutator/test_fuzzer/imported_publicly.proto')
-rw-r--r--third_party/libprotobuf-mutator/test_fuzzer/imported_publicly.proto14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/libprotobuf-mutator/test_fuzzer/imported_publicly.proto b/third_party/libprotobuf-mutator/test_fuzzer/imported_publicly.proto
new file mode 100644
index 00000000..10768495
--- /dev/null
+++ b/third_party/libprotobuf-mutator/test_fuzzer/imported_publicly.proto
@@ -0,0 +1,14 @@
+// Copyright 2018 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Ensure publicly imported files are handled properly. This file is imported
+// publicly by test_fuzzer_input2.proto
+
+syntax = "proto2";
+option optimize_for = LITE_RUNTIME;
+package lpm_test_fuzzer;
+
+message ImportedPublicly {
+ required int32 input = 1;
+}