summaryrefslogtreecommitdiff
path: root/deps/gyp/test/actions-multiple/src/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/actions-multiple/src/foo.c')
-rw-r--r--deps/gyp/test/actions-multiple/src/foo.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/deps/gyp/test/actions-multiple/src/foo.c b/deps/gyp/test/actions-multiple/src/foo.c
new file mode 100644
index 0000000000..23c4ef7f26
--- /dev/null
+++ b/deps/gyp/test/actions-multiple/src/foo.c
@@ -0,0 +1,11 @@
+/*
+ * Copyright (c) 2011 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.
+ */
+
+#include <stdio.h>
+
+void foo(void) {
+ printf("foo\n");
+}