Chromium Code Reviews| Index: test/target/hello.c |
| diff --git a/test/target/hello.c b/test/target/hello.c |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d1cbf77a5a721c423bde9aa781f8fb81040e1591 |
| --- /dev/null |
| +++ b/test/target/hello.c |
| @@ -0,0 +1,8 @@ |
| +/* Copyright (C) 2013 Opera Software ASA. All rights reserved. |
|
Nico
2013/09/17 17:11:54
I'm not sure how we handle copyright headers in gy
scottmg
2013/09/24 17:23:20
ISTR it's always supposed to say Google for some r
|
| + * This file is an original work developed by Opera Software ASA. |
| + * 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"); |
| +} |