source: translator/examples/constants.c @ bdd516a

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

fixed sizeof type variable, find lowest cost alternative for sizeof expression, removed unused classes, added compiler flag, remove temporary file for -CFA, formatting

  • Property mode set to 100644
File size: 344 bytes
Line 
1int foo() {
2    1_234_Ul;
3    -0_177;
4    0x_ff_FF_ff_FF;
5    +9_223_372_036_854_775_807;
6    12.123_333_E_27;
7    0X_1.ff_ff_ff_ff_ff_fff_P_1023;
8    '\0';
9    '\1_2_3';
10    L_'\x_ff_ee';
11    L"a_bc\u_00_40xyz\xff_AA";
12    "a_bc\\
13  u_00_40xyz";
14}
15
16// Local Variables: //
17// compile-command: "../../bin/cfa -std=c99 constants.c" //
18// End: //
Note: See TracBrowser for help on using the repository browser.