annotate test/c3examples/comments.c3 @ 284:05184b95fa16

Moved tests to seperate folder
author Windel Bouwman
date Fri, 15 Nov 2013 13:43:22 +0100
parents python/c3/examples/comments.c3@3f6c30a5d234
children d9df72971cbf
rev   line source
220
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
1
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
2 /*
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
3 block
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
4 comment
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
5 */
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
6
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
7 // fjd jjd-
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
8 package comments; // hjfkds
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
9
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
10 function int tst()
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
11 {
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
12 return 0;
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
13 }
3f6c30a5d234 Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff changeset
14