source:
CIVL/mods/dev.civl.abc/examples/shadow/out_shadow2.c@
6dd0322
| Last change on this file since 6dd0322 was 8c31c3b, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 168 bytes | |
| Line | |
|---|---|
| 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.
