source:
CIVL/mods/dev.civl.abc/examples/comma.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 112 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | #include <stdio.h> |
| 2 | ||
| 3 | int * f() { | |
| 4 | return NULL; | |
| 5 | } | |
| 6 | ||
| 7 | int main() { | |
| 8 | int * p; | |
| 9 | *(&p) = f(), 0; | |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
