• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// NOLINT(no_package_specified): Test proto with no package
2
3// Protocol Buffers - Google's data interchange format
4// Copyright 2008 Google Inc.  All rights reserved.
5//
6// Use of this source code is governed by a BSD-style
7// license that can be found in the LICENSE file or at
8// https://developers.google.com/open-source/licenses/bsd
9//
10// Author: kenton@google.com (Kenton Varda)
11//  Based on original Protocol Buffers design by
12//  Sanjay Ghemawat, Jeff Dean, and others.
13//
14// This file intentionally left blank.  (At one point this wouldn't compile
15// correctly.)
16
17syntax = "proto2";
18
19