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