diff options
Diffstat (limited to 'third_party/python/gyp/test/mac/archs/file.mm')
-rw-r--r-- | third_party/python/gyp/test/mac/archs/file.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/mac/archs/file.mm b/third_party/python/gyp/test/mac/archs/file.mm new file mode 100644 index 0000000000..d0b39d1f6d --- /dev/null +++ b/third_party/python/gyp/test/mac/archs/file.mm @@ -0,0 +1 @@ +MyInt f() { return 0; } |