blob: c4274f9cb77a4fb075c5eb6d38c79a0bc8ca42bc [file] [log] [blame]
(:*******************************************************:)
(: Test: K2-InternalVariablesWithout-12 :)
(: Written by: Frans Englich :)
(: Date: 2006-08-04T17:13:26Z :)
(: Purpose: A variable initialized with a function that doesn't exist. :)
(:*******************************************************:)
declare variable $local:myVar := local:thisFunctionDoesNotExist();
$local:myVar