source:
CIVL/examples/languageFeatures/pointerAddBad5.c
| Last change on this file was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 130 bytes | |
| Rev | Line | |
|---|---|---|
| [01188a2] | 1 | int main(int argc, char * argv[]) { |
| 2 | struct point { | |
| 3 | int x; | |
| 4 | int y; | |
| 5 | } point; | |
| 6 | int * test = &point.x + 1; | |
| [eeed32c] | 7 | |
| [01188a2] | 8 | return 0; |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
