blob: adbd36066a837156f0755e4866478cbd49bcd717 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-FunctionProlog-56 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: The type 'none' isn't available to users. :)
(:*******************************************************:)
declare function local:error() as none
{
1
};
local:error()