summaryrefslogtreecommitdiff
path: root/test/regress/regress0/test9.cvc
blob: eabbc97740623ad7c9a94a7881d826cb772e54bf (plain)
1
2
3
4
5
6
7
%% Regression level = 0
%% Result = Valid
%% Runtime = 1
%% Language = presentation
P,Q:BOOLEAN;
ASSERT (P OR Q);
QUERY (P OR Q);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback