source: CIVL/mods/dev.civl.abc/examples/shadow/shadow1.c

main
Last change on this file was 6db0a0f, checked in by Stephen Siegel <siegel@…>, 3 years ago

Got one test passing for ShadowRemover.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5732 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 92 bytes
RevLine 
[4a7734d]1#include <stdio.h>
[6db0a0f]2int x=1;
[4a7734d]3int main() {
[6db0a0f]4 int y=x;
5 int x=2;
6 printf("%d %d\n", x, y);
[4a7734d]7}
Note: See TracBrowser for help on using the repository browser.