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
with_gc
Last change
on this file since 77acda06 was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago |
fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs
|
-
Property mode
set to
100644
|
File size:
428 bytes
|
Line | |
---|
1 | /* single line */
|
---|
2 | // single line
|
---|
3 |
|
---|
4 | // single line containing */
|
---|
5 | // single line containing /*
|
---|
6 | // single line containing /* */
|
---|
7 |
|
---|
8 | /* 1st */ int i;
|
---|
9 | int i; /* 2nd */
|
---|
10 | /* 1st */ int i; /* 2nd */
|
---|
11 | /* 1st */ /* 2nd */
|
---|
12 |
|
---|
13 | /* 1st
|
---|
14 | 2nd */ int i;
|
---|
15 |
|
---|
16 | /*
|
---|
17 | */
|
---|
18 |
|
---|
19 | /*
|
---|
20 |
|
---|
21 | */
|
---|
22 |
|
---|
23 | /*
|
---|
24 | 1st
|
---|
25 | */
|
---|
26 |
|
---|
27 | /*
|
---|
28 | 1st
|
---|
29 | 2nd
|
---|
30 | */
|
---|
31 |
|
---|
32 | // ignore preprocessor directives
|
---|
33 |
|
---|
34 | #line 2
|
---|
35 | #
|
---|
36 | #include <fred>
|
---|
37 | #define mary abc
|
---|
38 |
|
---|
39 | // alternative ANSI99 brackets
|
---|
40 |
|
---|
41 | int main() <%
|
---|
42 | int x<:10:>;
|
---|
43 | %>
|
---|
44 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.