annotate nocompile/wchar_04.d @ 1383:52c9e86b6486

@url@ -> @uri@
author thomask
date Sun, 04 Mar 2007 13:07:35 +0000
parents 1f6cf5ccfbc9
children 774e02c900da
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
1383
52c9e86b6486 @url@ -> @uri@
thomask
parents: 338
diff changeset
8 // @uri@ nntp://digitalmars.com/digitalmars.D.bugs/2287
144
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents: 142
diff changeset
9
338
1f6cf5ccfbc9 1) updated rules to dmd-0.119
thomask
parents: 158
diff changeset
10 // __DSTRESS_ELINE__ 15
1f6cf5ccfbc9 1) updated rules to dmd-0.119
thomask
parents: 158
diff changeset
11
142
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
12 module dstress.nocompile.wchar_04;
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
13
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
14 int main(){
158
c986d69e4c5c fixed typos
thomask
parents: 144
diff changeset
15 wchar c = 0x10000; // wchar.max+1
142
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
16 return 0;
25e3f5d59df4 added wchar tests
thomask
parents:
diff changeset
17 }