source:
CIVL/mods/dev.civl.com/examples/svcomp17/unnamedField.c@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 192 bytes | |
| Line | |
|---|---|
| 1 | typedef struct qstr{ |
| 2 | union { |
| 3 | struct { |
| 4 | int hash; |
| 5 | int len; |
| 6 | }; |
| 7 | int hash_len; |
| 8 | }; |
| 9 | unsigned char* name; |
| 10 | } qstr; |
| 11 | |
| 12 | int main(){ |
| 13 | qstr q1; |
| 14 | |
| 15 | q1.name=(unsigned char*)0; |
| 16 | } |
Note:
See TracBrowser
for help on using the repository browser.
