source: CIVL/examples/library/civlc/assume1.cvl@ 8ed2d3b

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 8ed2d3b was cfe3af8, checked in by Manchun Zheng <zmanchun@…>, 11 years ago

added two tests.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@2732 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 107 bytes
Line 
1#include<civlc.cvh>
2
3$input double x[2];
4
5int main(){
6 $assume(x[0]!=0 || x[1]!=0);
7 $assert(x[1]!=0);
8}
Note: See TracBrowser for help on using the repository browser.