diff options
Diffstat (limited to 'third_party/python/gyp/test/win/system-include/main.cc')
-rw-r--r-- | third_party/python/gyp/test/win/system-include/main.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/win/system-include/main.cc b/third_party/python/gyp/test/win/system-include/main.cc new file mode 100644 index 0000000000..b04ea8a530 --- /dev/null +++ b/third_party/python/gyp/test/win/system-include/main.cc @@ -0,0 +1,4 @@ +#include <commonheader.h> +#include <header.h> + +int main() {} |