source: translator/rodolfo2.c @ 51b7345

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 51b7345 was 51b7345, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

initial commit

  • Property mode set to 100644
File size: 130 bytes
Line 
1// "./cfa-cpp -c rodolfo2.c"
2
3int a = 7;
4
5void f() {
6        int b;
7        b = a;
8        int a = 8;
9        assert( b == 7 );
10}
Note: See TracBrowser for help on using the repository browser.