annotate nocompile/wchar_04.d @ 1630:d0efa3ae5522 default tip

run/mini/naked_asm5: New x86_64 ABI passes the arguments in reverse order.
author David Nadlinger <code@klickverbot.at>
date Sat, 23 Apr 2011 22:57:32 +0200
parents 774e02c900da
children
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
1485
774e02c900da changed nntp: URLs to http: URLs
thomask
parents: 1383
diff changeset
8 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=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 }