source: CIVL/examples/svcomp17/collectSymConstant.cvl@ 65582ca

1.23 2.0 main test-branch
Last change on this file since 65582ca was 34cd29f, checked in by Manchun Zheng <zmanchun@…>, 9 years ago

added a test for collecting symbolic constants.

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

  • Property mode set to 100644
File size: 74 bytes
Line 
1int main(){
2 int x;
3
4 while(1){
5 $havoc(&x);
6 $assume(x>0);
7 }
8}
Note: See TracBrowser for help on using the repository browser.