From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- .../standards-version/legacy-binary/build-spec/orig/hello.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 t/recipes/checks/fields/standards-version/legacy-binary/build-spec/orig/hello.c (limited to 't/recipes/checks/fields/standards-version/legacy-binary/build-spec/orig/hello.c') diff --git a/t/recipes/checks/fields/standards-version/legacy-binary/build-spec/orig/hello.c b/t/recipes/checks/fields/standards-version/legacy-binary/build-spec/orig/hello.c new file mode 100644 index 0000000..2fb04e1 --- /dev/null +++ b/t/recipes/checks/fields/standards-version/legacy-binary/build-spec/orig/hello.c @@ -0,0 +1,8 @@ +#include +#include + +int main(int argc, char *argv[]) { + + printf("Hello, World!\n"); + exit(0); +} -- cgit v1.2.3