source:
CIVL/mods/dev.civl.abc/examples/shadow/shadow1.c
| Last change on this file was 6db0a0f, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 92 bytes | |
| Line | |
|---|---|
| 1 | #include <stdio.h> |
| 2 | int x=1; |
| 3 | int main() { |
| 4 | int y=x; |
| 5 | int x=2; |
| 6 | printf("%d %d\n", x, y); |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
