source:
CIVL/mods/dev.civl.com/examples/languageFeatures/stateNull.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 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.
