source:
CIVL/mods/dev.civl.abc/examples/svcomp/emptyStruct.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 99 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | struct emptyT{ |
| 2 | }; | |
| 3 | ||
| 4 | void f(struct emptyT x); | |
| 5 | ||
| 6 | int main(){ | |
| 7 | struct emptyT s, *p; | |
| 8 | ||
| 9 | p=&s; | |
| 10 | f(s); | |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
