From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- third_party/python/gyp/test/compilable/src/program.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 third_party/python/gyp/test/compilable/src/program.cpp (limited to 'third_party/python/gyp/test/compilable/src/program.cpp') diff --git a/third_party/python/gyp/test/compilable/src/program.cpp b/third_party/python/gyp/test/compilable/src/program.cpp new file mode 100644 index 0000000000..8af2c9b6ff --- /dev/null +++ b/third_party/python/gyp/test/compilable/src/program.cpp @@ -0,0 +1,9 @@ +#include +#include "lib1.hpp" + +int main(void) { + fprintf(stdout, "Hello from program.c\n"); + fflush(stdout); + lib1_function(); + return 0; +} -- cgit v1.2.3