source:
CIVL/mods/dev.civl.com/examples/languageFeatures/pointerAddBad5.c@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 130 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 | |
| 8 | return 0; |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
