blob: 00fdb1ab6490c3027a10de4f7a88ab14b1bdb04c [file] [log] [blame]
(:*******************************************************:)
(: Test: K-InternalVariablesWith-6 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: A prolog variable depending on a variable which is not in scope, and the variable is not used. :)
(:*******************************************************:)
declare variable $var1 := $var2;
declare variable $var2 := 2;
true()