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

1.23 2.0 main test-branch
Last change on this file since 4a7734d was 4a7734d, checked in by Stephen Siegel <siegel@…>, 3 years ago

Adding ShadowRemover transformer.

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

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