From 80c533c7aeaf9fd19754573923ba88d81cc23dc1 Mon Sep 17 00:00:00 2001 From: Moritz Kroll Date: Mon, 4 Aug 2008 23:48:12 +0000 Subject: [PATCH] paramerror: crashing shouldfail with missing parameter name [r20973] --- parsetest/shouldfail/paramerror.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 parsetest/shouldfail/paramerror.c diff --git a/parsetest/shouldfail/paramerror.c b/parsetest/shouldfail/paramerror.c new file mode 100644 index 0000000..2944024 --- /dev/null +++ b/parsetest/shouldfail/paramerror.c @@ -0,0 +1,4 @@ +int func(int) +{ + return 0; +} -- 2.20.1