bcba3569ed
- ais.ept: tests inclusion of array types into structure types - ce.ept: constant propagation - contract.ept: contract constructs - contract_automaton.ept: contract constructs and automata
3 lines
43 B
Text
3 lines
43 B
Text
const c1 : int = 0
|
|
const c2 : int = c1
|
|
|