source:
CIVL/examples/languageFeatures/stateNull.cvl@
04c71e3
| Last change on this file since 04c71e3 was dc5d8cd, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 125 bytes | |
| Rev | Line | |
|---|---|---|
| [dc5d8cd] | 1 | #include<pointer.cvh> |
| 2 | int main() { | |
| 3 | ||
| 4 | $state s0 = $state_null; | |
| 5 | $state s1 = $state_null; | |
| 6 | ||
| 7 | $assert($equals(&s0, &s1)); | |
| 8 | } | |
| 9 | ||
| 10 |
Note:
See TracBrowser
for help on using the repository browser.
