-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I checked out the code like this: hg clone https://anic.googlecode.com/hg/
Then i run make && make test && make install.
Everything went OK.
But when i try to compile tst/test.ani (like this: anic test.ani -v) i get
this:
...
|||-getChopsticks
||||-{}
|||-returnChopsticks
||||-{}
|||||-cs1
|||||-cs2
|||-eat
||||-{}
|||||-cs1
|||||-cs2
|||-loopback
|-numPhils
|-philStream
|-{}
||-{}
anic: Tracing type flow....
anic: Semantics successfully mapped.
The file a.out is created, but is totally empty!
Original issue reported on code.google.com by vdvl...@gmail.com on 19 Feb 2010 at 2:30