source:
CIVL/mods/dev.civl.abc/examples/prune/functionDef_pruned.c@
8553be8
| Last change on this file since 8553be8 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.
