source: CIVL/examples/languageFeatures/procBound.cvl@ d48b845

1.23 2.0 main test-branch
Last change on this file since d48b845 was 27d2218, checked in by Manchun Zheng <zmanchun@…>, 11 years ago

added static analysis of location's reachable spawn statements; modify ample set worker to support proc bound; added test for procBound option.

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

  • Property mode set to 100644
File size: 94 bytes
RevLine 
[27d2218]1#include <civlc.cvh>
2
3void f(){
4 $assert $false;
5}
6
7int main(){
8 while($true) $spawn f();
9}
Note: See TracBrowser for help on using the repository browser.