blob: b0675c81e8870c65622083da5a3e46d211875591 [file] [log] [blame]
(:*******************************************************:)
(: Test: function-declaration-023.xq :)
(: Written By: Ravindranath Chennoju :)
(: Date: Wed Aug 31 13:13 2005 :)
(: Purpose: Demonstrate function declaration - negative tests :)
(:*******************************************************:)
declare function foo ($n as xs:integer)
{
$n
};
foo(4)