annotate nocompile/wchar_04.d @ 144:0e1a3785ec97

1) added missing @url@/@uri@ tags 2) added dchar tests 3) cleanup of opPos, opNeg 4) renamed "classes" -> "class"
author thomask
date Wed, 17 Nov 2004 12:48:16 +0000
parents 25e3f5d59df4
children c986d69e4c5c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
142
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
1 // $HeadURL$
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
2 // $Date$
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
3 // $Author$
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
4
144
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents: 142
diff changeset
5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.thisisspam.cn>
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents: 142
diff changeset
6 // @date@ 2004-11-17
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents: 142
diff changeset
7 // @uri@ news:olfr62-kjv.ln1@kuehne.cn
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents: 142
diff changeset
8 // @url@ nntp://digitalmars.com/digitalmars.D.bugs/2287
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents: 142
diff changeset
9
142
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
10 module dstress.nocompile.wchar_04;
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
11
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
12 int main(){
144
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents: 142
diff changeset
13 wchar c = 0x1000; // wchar.max+1
142
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
14 return 0;
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
15 }