source:
CIVL/mods/dev.civl.abc/examples/compoundBad.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 111 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | int main() { |
| 2 | int n = 10; | |
| 3 | ||
| 4 | struct T { | |
| 5 | int a[n]; | |
| 6 | int x; | |
| 7 | }; | |
| 8 | ||
| 9 | struct T t = {0}; | |
| 10 | ||
| 11 | return t.x; | |
| 12 | } |
Note:
See TracBrowser
for help on using the repository browser.
