source:
CIVL/mods/dev.civl.com/examples/languageFeatures/stateNull.cvl@
8553be8
| Last change on this file since 8553be8 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 125 bytes | |
| Line | |
|---|---|
| 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.
