annotate compile/c/const_42_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 fab5c8b013c2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1335
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
1 // $HeadURL$
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
2 // $Date$
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
3 // $Author$
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
4
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
5 // @author@ Don Clugston <clugdbug@yahoo.com.au>
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
6 // @date@ 2006-05-30
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=165
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
8 // @desc@ [Issue 165] type inference fails with sizeof and circular imports
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
9
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
10 // __DSTRESS_DFLAGS__ compile/c/const_42_B.d
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
11
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
12 module /*dstress.*/compile.c.const_42_A;
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
13 import /*dstress.*/compile.c.const_42_B;
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
14
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
15 struct wolf {
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
16 int armadillo;
fab5c8b013c2 [Issue 165] type inference fails with sizeof and circular imports
thomask
parents:
diff changeset
17 }