diff options
Diffstat (limited to 'third_party/python/gyp/test/rules-rebuild/src/prog1.in')
-rw-r--r-- | third_party/python/gyp/test/rules-rebuild/src/prog1.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/rules-rebuild/src/prog1.in b/third_party/python/gyp/test/rules-rebuild/src/prog1.in new file mode 100644 index 0000000000..191b00ef1e --- /dev/null +++ b/third_party/python/gyp/test/rules-rebuild/src/prog1.in @@ -0,0 +1,7 @@ +#include <stdio.h> +#include "prog1.h" + +void prog1(void) +{ + printf("Hello from %s!\n", NAME); +} |