From 4f5791ebd03eaec1c7da0865a383175b05102712 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:47:29 +0200 Subject: Adding upstream version 2:4.17.12+dfsg. Signed-off-by: Daniel Baumann --- tests/trivial.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/trivial.c (limited to 'tests/trivial.c') diff --git a/tests/trivial.c b/tests/trivial.c new file mode 100644 index 0000000..a137c8c --- /dev/null +++ b/tests/trivial.c @@ -0,0 +1,7 @@ + +void exit(int); + +int main(void) +{ + exit(0); +} -- cgit v1.2.3