// // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo // // The contents of this file are covered under the licence agreement in the // file "LICENCE" distributed with Cforall. // // constants.c -- // // Author : Richard C. Bilson // Created On : Wed May 27 17:56:53 2015 // Last Modified By : Peter A. Buhr // Last Modified On : Wed May 27 18:11:03 2015 // Update Count : 3 // 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: // // tab-width: 4 // // compile-command: "cfa constants.c" // // End: //