source:
CIVL/mods/dev.civl.abc/examples/prune/functionDef.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 75 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | int main(){ |
| 2 | int foo(); | |
| 3 | ||
| 4 | int a; | |
| 5 | ||
| 6 | a=foo(); | |
| 7 | } | |
| 8 | ||
| 9 | int foo(){ | |
| 10 | return 1; | |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
