diff options
Diffstat (limited to 'examples/tips/empty.proto')
-rw-r--r-- | examples/tips/empty.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/tips/empty.proto b/examples/tips/empty.proto index adf66b5e61..86aaa846a2 100644 --- a/examples/tips/empty.proto +++ b/examples/tips/empty.proto @@ -1,3 +1,5 @@ +// This file will be moved to a new location. + syntax = "proto2"; package proto2; |