source: translator/examples/s.c @ 01aeade

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 01aeade was c11e31c, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

add inline and attribute qualifiers, cfa.y comment formatting, fix error message in isIntegralType

  • Property mode set to 100644
File size: 98 bytes
Line 
1//int ?!=?( int, int );
2
3void f() {
4//    int a;
5//    a ? 4 : 5;
6    1 ? 4 : 5;
7    0 ? 4 : 5;
8}
Note: See TracBrowser for help on using the repository browser.