source:
CIVL/examples/possibleBug/undefinedVar.cvl@
cabd216
| Last change on this file since cabd216 was 7ed7c9d, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 92 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | void fun(double *a){ |
| 3 | *a = *a + 1; |
| 4 | } |
| 5 | |
| 6 | int main(){ |
| 7 | double Jb; |
| 8 | fun(&Jb); |
| 9 | return 0; |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
