summaryrefslogtreecommitdiff
path: root/deps/gyp/test/actions/generated-header/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/actions/generated-header/main.cc')
-rw-r--r--deps/gyp/test/actions/generated-header/main.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/gyp/test/actions/generated-header/main.cc b/deps/gyp/test/actions/generated-header/main.cc
new file mode 100644
index 0000000000..7973781bc6
--- /dev/null
+++ b/deps/gyp/test/actions/generated-header/main.cc
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+#include "MyHeader.h"
+
+int main() {
+ printf("%s\n", kFoo);
+}