diff options
Diffstat (limited to 'third_party/python/gyp/test/make/noload/main.c')
-rw-r--r-- | third_party/python/gyp/test/make/noload/main.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/make/noload/main.c b/third_party/python/gyp/test/make/noload/main.c new file mode 100644 index 0000000000..26ec1889ad --- /dev/null +++ b/third_party/python/gyp/test/make/noload/main.c @@ -0,0 +1,9 @@ +#include <stdio.h> + +#include "lib/shared.h" + +int main(void) +{ + printf("Hello from %s.\n", kSharedStr); + return 0; +} |