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