From e490c1b8c858ea42e31ae1a6504c4788e0fb1545 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 22 Jan 2009 11:35:28 +0100 Subject: Move configure test files to the top-level and share them between s3 and s4. --- 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 0000000000..f7e96d8109 --- /dev/null +++ b/tests/trivial.c @@ -0,0 +1,7 @@ + +void exit(int); + +main() +{ + exit(0); +} -- cgit