source: translator/rodolfo1.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@…>, 9 years ago

initial commit

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