unittest_empty.proto 593 B

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