source:
CIVL/examples/possibleBug/test1.cvl@
19e7e2d
| Last change on this file since 19e7e2d was 5f84428, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 111 bytes | |
| Rev | Line | |
|---|---|---|
| [5f84428] | 1 | #include <stdio.h> |
| 2 | ||
| 3 | void fun(double *a){ | |
| 4 | *a = *a + 1; | |
| 5 | } | |
| 6 | ||
| 7 | int main(){ | |
| 8 | double Jb; | |
| 9 | fun(&Jb); | |
| 10 | return 0; | |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
