Revision 6bab3787
Added by Xavier Thirioux almost 9 years ago
test/src/clocks/clocks2.lus | ||
---|---|---|
4 | 4 |
|
5 | 5 |
const PI = 3; |
6 | 6 |
|
7 |
const choix = one; |
|
8 |
|
|
7 | 9 |
node toto (x:int) returns (a:int;y:int) |
8 | 10 |
var c : choice;b1, b2:entier; |
9 | 11 |
let |
Also available in: Unified diff
In order to export any type of constants, moved type definitions from .c to .h