source: CIVL/examples/bad.cvl@ 97cfc53

1.23 2.0 main test-branch
Last change on this file since 97cfc53 was 9179b4f, checked in by Stephen Siegel <siegel@…>, 13 years ago

Adding bad.cvl, an example with property that fails to hold and end up calling CVC3.

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

  • Property mode set to 100644
File size: 48 bytes
Line 
1
2$input int n;
3
4void main() {
5 $assert n==0;
6}
Note: See TracBrowser for help on using the repository browser.