blob: 764e35b3f861875a70d75921b2f0e50e6b43e2ed [file] [log] [blame]
(:*******************************************************:)
(: Test: K-FunctionProlog-51 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: empty-sequence() as return type, and a body containing fn:error(). :)
(:*******************************************************:)
declare function local:myFunction() as empty-sequence()
{
fn:error()
};
local:myFunction()