| Index: tests/pnacl_ld_experiments/fortytwo.c
|
| ===================================================================
|
| --- tests/pnacl_ld_experiments/fortytwo.c (revision 0)
|
| +++ tests/pnacl_ld_experiments/fortytwo.c (revision 0)
|
| @@ -0,0 +1,10 @@
|
| +/* Copyright 2012 The Native Client Authors. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style license that can
|
| + * be found in the LICENSE file.
|
| + */
|
| +
|
| +#include "simple.h"
|
| +
|
| +int fortytwo() {
|
| + return 42;
|
| +}
|
|
|
| Property changes on: tests/pnacl_ld_experiments/fortytwo.c
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|