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