blob: b65c425cd6eb21bfdcc8c07c853267bd93cd5a89 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-FunctionProlog-46 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: 'empty-sequence()+' is syntactically invalid. :)
(:*******************************************************:)
declare function local:myFunction($arg as empty-sequence()+)
{
$arg
};
local:myFunction(())