blob: e14ae507a79ca686b9cc25fbab15b22f6b7329a6 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-FunctionProlog-34 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: A call to a user declared function which almost is spelled correctly(capitalization wrong). :)
(:*******************************************************:)
declare function local:MyFunction()
{
1
};
local:myFunction()