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