Chromium Code Reviews| Index: test/mac/loadable-module-collision/src.cc |
| =================================================================== |
| --- test/mac/loadable-module-collision/src.cc (revision 0) |
| +++ test/mac/loadable-module-collision/src.cc (revision 0) |
| @@ -0,0 +1,7 @@ |
| +// Copyright (c) 2014 Google Inc. All rights reserved. |
|
Mark Mentovai
2014/07/29 12:55:30
(In case it wasn’t obvious, the naming comment app
jsartisohn
2014/07/29 13:37:10
Done.
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +int test() { |
| + return 1337; |
| +} |