| Index: test/target/hello.c
|
| ===================================================================
|
| --- test/target/hello.c (revision 0)
|
| +++ test/target/hello.c (revision 0)
|
| @@ -0,0 +1,7 @@
|
| +/* Copyright (c) 2009 Google Inc. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file. */
|
| +
|
| +void main(void) {
|
| + printf("Hello, world!\n");
|
| +}
|
|
|
| Property changes on: test\target\hello.c
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|