source:
CIVL/examples/languageFeatures/nested1.cvl@
5feb8e1
| Last change on this file since 5feb8e1 was e51fd2f, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 81 bytes | |
| Rev | Line | |
|---|---|---|
| [e51fd2f] | 1 | |
| 2 | void f(int x) { | |
| 3 | void g(int y) { | |
| 4 | int z = x; | |
| 5 | } | |
| 6 | } | |
| 7 | ||
| 8 | void main() { | |
| 9 | f(3); | |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
