1.23
2.0
main
test-branch
|
Last change
on this file since af389e5 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
|
| Line | |
|---|
| 1 | #include <civlc.cvh>
|
|---|
| 2 |
|
|---|
| 3 | void f(){
|
|---|
| 4 | $assert $false;
|
|---|
| 5 | }
|
|---|
| 6 |
|
|---|
| 7 | int main(){
|
|---|
| 8 | while($true) $spawn f();
|
|---|
| 9 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.