blob: b9e7bc8add41887fb1f37830f567e42c53ab3cd3 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-ErrorFunc-1 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: A test whose essence is: `if(true()) then true() else error()`. :)
(:*******************************************************:)
if(true()) then true() else error()