annotate compile/l/lazy_01_A.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 7a397590d6e0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1284
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
1 // $HeadURL$
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
2 // $Date$
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
3 // $Author$
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
4
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
5 // @author@ Oskar Linde <oskar.linde@gmail.com>
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
6 // @date@ 2006-12-21
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=703
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
8 // @desc@ [Issue 703] New: SuperExp::scanForNestedRef Assertion
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
9
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
10 module dstress.compile.l.lazy_01_A;
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
11
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
12 class C {
1386
7a397590d6e0 64-bit fixes
thomask
parents: 1284
diff changeset
13 void func(hash_t delegate() x) {
1284
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
14 func(&super.toHash);
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
15 }
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
16 }
96e7be832c35 [Issue 703] New: SuperExp::scanForNestedRef Assertion
thomask
parents:
diff changeset
17