From e76f1e70e80c31f7b7b96a95b118bf006448fba9 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Mon, 23 Apr 2018 12:54:49 +0200 Subject: [PATCH] Added tests for invalidFunctionArg. --- test/cfg/std.c | 130 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) diff --git a/test/cfg/std.c b/test/cfg/std.c index 59835eb4b..b34f8d30e 100644 --- a/test/cfg/std.c +++ b/test/cfg/std.c @@ -15,6 +15,7 @@ #if defined(__STD_UTF_16__) || defined(__STD_UTF_32__) #include #endif +#include #include #include #include @@ -3674,6 +3675,135 @@ void invalidFunctionArgBool_abs(bool b, double x, double y) (void)abs(x