summaryrefslogtreecommitdiff
path: root/deps/gyp/test/rules-dirname/src/subdir/foo/bar/baz.gencc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/rules-dirname/src/subdir/foo/bar/baz.gencc')
-rw-r--r--deps/gyp/test/rules-dirname/src/subdir/foo/bar/baz.gencc8
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/gyp/test/rules-dirname/src/subdir/foo/bar/baz.gencc b/deps/gyp/test/rules-dirname/src/subdir/foo/bar/baz.gencc
new file mode 100644
index 0000000000..90b4ce9243
--- /dev/null
+++ b/deps/gyp/test/rules-dirname/src/subdir/foo/bar/baz.gencc
@@ -0,0 +1,8 @@
+// -*- mode: c++ -*-
+#include <stdio.h>
+
+namespace gen {
+ void baz() {
+ printf("hello baz\n");
+ }
+}