summaryrefslogtreecommitdiffstats
path: root/media/webrtc/trunk/tools/gyp/test/builddir/src/func5.c
diff options
context:
space:
mode:
Diffstat (limited to 'media/webrtc/trunk/tools/gyp/test/builddir/src/func5.c')
-rw-r--r--media/webrtc/trunk/tools/gyp/test/builddir/src/func5.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/media/webrtc/trunk/tools/gyp/test/builddir/src/func5.c b/media/webrtc/trunk/tools/gyp/test/builddir/src/func5.c
new file mode 100644
index 000000000..18fdfabbb
--- /dev/null
+++ b/media/webrtc/trunk/tools/gyp/test/builddir/src/func5.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+void func5(void)
+{
+ printf("Hello from func5.c\n");
+}