source:
CIVL/examples/languageFeatures/libraryException.cvl@
7d77e64
| Last change on this file since 7d77e64 was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 62 bytes | |
| Rev | Line | |
|---|---|---|
| [b327ce4] | 1 | #include "foo.h" |
| 2 | ||
| 3 | void main(){ | |
| [c248931] | 4 | int a; |
| [b327ce4] | 5 | foo(); |
| [c248931] | 6 | a=foo(); |
| [b327ce4] | 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
