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