int foo() { 1_234_Ul; -0_177; 0x_ff_FF_ff_FF; +9_223_372_036_854_775_807; 12.123_333_E_27; 0X_1.ff_ff_ff_ff_ff_fff_P_1023; '\0'; '\1_2_3'; L_'\x_ff_ee'; L"a_bc\u_00_40xyz\xff_AA"; "a_bc\\ u_00_40xyz"; } // Local Variables: // // compile-command: "../../bin/cfa -std=c99 constants.c" // // End: //