source:
CIVL/mods/dev.civl.com/examples/languageFeatures/pointerAddBad7.c@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 88 bytes | |
| Rev | Line | |
|---|---|---|
| [f844fcb] | 1 | $input int a[]; |
| 2 | int main(int argc, char * argv[]) { | |
| 3 | void *p = (a + 1); | |
| 4 | ||
| 5 | return 0; | |
| 6 | } |
Note:
See TracBrowser
for help on using the repository browser.
