source:
CIVL/mods/dev.civl.abc/examples/c/pointsToAnalysis/twoSeparate2.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 83 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | int main() { |
| 2 | int a, b, c, d; | |
| 3 | int * p, *q; | |
| 4 | ||
| 5 | p = &a; p = &b; | |
| 6 | q = &c; q = &d; | |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
