ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
ctor
deferred_resn
demangler
enum
forall-pointer-decay
gc_noraii
jacob/cs343-translation
jenkins-sandbox
memory
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
string
with_gc
Last change
on this file since 2bae7307 was 843054c2, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago |
licencing: seventh groups of files
|
-
Property mode
set to
100644
|
File size:
344 bytes
|
Line | |
---|
1 | int 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.