summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/strings-native-simple.cvc
blob: 568452e12494338c65e482099f6333fd5c5fb145 (plain)
1
2
3
4
5
6
7
8
9
10
% EXPECT: sat

x : STRING;
y : STRING;

ASSERT x = CONCAT( "abcd", y );
ASSERT LENGTH( x ) >= 6;
ASSERT LENGTH( y ) < 5;

CHECKSAT;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback