annotate run/dchar_05.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 0e1a3785ec97
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
144
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents:
diff changeset
1 // $HeadURL$
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents:
diff changeset
2 // $Date$
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents:
diff changeset
3 // $Author$
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents:
diff changeset
4
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents:
diff changeset
5 module dstress.run.dchar_05;
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents:
diff changeset
6
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents:
diff changeset
7 int main(){
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents:
diff changeset
8 assert('\U00000012'.sizeof==dchar.sizeof);
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents:
diff changeset
9 return 0;
0e1a3785ec97 1) added missing @url@/@uri@ tags
thomask
parents:
diff changeset
10 }