source: CIVL/mods/dev.civl.abc/examples/shadow/out_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: 98 bytes
Line 
1#include <stdio.h>
2int x=1;
3int main() {
4 int y=x;
5 int _x_1=2;
6 printf("%d %d\n", _x_1, y);
7}
Note: See TracBrowser for help on using the repository browser.