source:
CIVL/examples/backend/sizeof.cvl@
02876df
| Last change on this file since 02876df was 3d5a193, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 84 bytes | |
| Rev | Line | |
|---|---|---|
| [3d5a193] | 1 | |
| 2 | int main(){ | |
| 3 | int a=4; | |
| 4 | ||
| 5 | $assume(sizeof(int)==a); | |
| 6 | ||
| 7 | $assert(sizeof(int)==a); | |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
