annotate run/i/is_02_H.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 f616cdfe7b96
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
907
f616cdfe7b96 added some basic is(...) tests
thomask
parents:
diff changeset
1 // $HeadURL$
f616cdfe7b96 added some basic is(...) tests
thomask
parents:
diff changeset
2 // $Date$
f616cdfe7b96 added some basic is(...) tests
thomask
parents:
diff changeset
3 // $Author$
f616cdfe7b96 added some basic is(...) tests
thomask
parents:
diff changeset
4
f616cdfe7b96 added some basic is(...) tests
thomask
parents:
diff changeset
5 module dstress.run.i.is_02_H;
f616cdfe7b96 added some basic is(...) tests
thomask
parents:
diff changeset
6
f616cdfe7b96 added some basic is(...) tests
thomask
parents:
diff changeset
7 int main(){
f616cdfe7b96 added some basic is(...) tests
thomask
parents:
diff changeset
8 static if(is(ints[]*) == 0){
f616cdfe7b96 added some basic is(...) tests
thomask
parents:
diff changeset
9 return 0;
f616cdfe7b96 added some basic is(...) tests
thomask
parents:
diff changeset
10 }
f616cdfe7b96 added some basic is(...) tests
thomask
parents:
diff changeset
11 }