1// Copyright 2018 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Ensure publicly imported files are handled properly. This file is imported
6// publicly by test_fuzzer_input2.proto
7
8syntax = "proto2";
9option optimize_for = LITE_RUNTIME;
10package lpm_test_fuzzer;
11
12message ImportedPublicly {
13  required int32 input = 1;
14}
15