source:
CIVL/mods/dev.civl.abc/examples/c/pointsToAnalysis/stringLiteral.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 85 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | int main() { |
| 2 | char * str = "hello"; | |
| 3 | char * str2 = "world"; | |
| 4 | char * str3 = str; | |
| 5 | } |
Note:
See TracBrowser
for help on using the repository browser.
