From 8b5164f9bc204e0c7419b8e00025eff42d03c42f Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 24 Oct 2022 22:26:06 +0300 Subject: One more dircondensation for rc1. --- test cases/unit/94 custominc/prog2.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test cases/unit/94 custominc/prog2.c (limited to 'test cases/unit/94 custominc/prog2.c') diff --git a/test cases/unit/94 custominc/prog2.c b/test cases/unit/94 custominc/prog2.c new file mode 100644 index 0000000..e64b229 --- /dev/null +++ b/test cases/unit/94 custominc/prog2.c @@ -0,0 +1,10 @@ +#include +#include + +int func(void); + +int main(int argc, char **argv) { + (void)argc; + (void)(argv); + return func() + RETURN_VALUE; +} -- cgit v1.1