source:
CIVL/mods/dev.civl.abc/examples/shadow/out_shadow2.c
| Last change on this file was 8c31c3b, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 168 bytes | |
| Rev | Line | |
|---|---|---|
| [8c31c3b] | 1 | #include <stdio.h> |
| 2 | int main() { | |
| 3 | int x=1; | |
| 4 | { | |
| 5 | int _x_1=2; | |
| 6 | { | |
| 7 | int _x_2=3; | |
| 8 | printf("%d", _x_2); | |
| 9 | } | |
| 10 | printf("%d", _x_1); | |
| 11 | } | |
| 12 | printf("%d", x); | |
| 13 | } |
Note:
See TracBrowser
for help on using the repository browser.
