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