source:
CIVL/examples/languageFeatures/pointerAddBad7.c@
50931db
| Last change on this file since 50931db was f844fcb, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 108 bytes | |
| Line | |
|---|---|
| 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.
