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 23b6f4d7 was 62edde5, checked in by Thierry Delisle <tdelisle@…>, 9 years ago |
added new tests folder to replace existing one
|
-
Property mode
set to
100644
|
File size:
428 bytes
|
Rev | Line | |
---|
[62edde5] | 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.