blob: 149bf51d722b3213e1030b3b4a596a96042f8d88 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-FunctionProlog-58 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: A call to a user function where the argument in the callsite corresponding to an unused argument contains a type error. :)
(:*******************************************************:)
declare function local:myFunction($unusedArg)
{
true()
};
local:myFunction(1 + "a string")