annotate nocompile/invariant_30.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 ec5e144583ea
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
384
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
1 // $HeadURL$
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
2 // $Date$
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
3 // $Author$
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
4
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
5 // __DSTRESS_ELINE__ 13
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
6
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
7 module dstress.nocompile.invariant_30;
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
8
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
9 struct MyStruct{
1559
ec5e144583ea D1 -> D2 : 1/N
thomask
parents: 384
diff changeset
10 invariant(){
384
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
11 }
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
12
1559
ec5e144583ea D1 -> D2 : 1/N
thomask
parents: 384
diff changeset
13 invariant(){
384
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
14 }
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
15 }
168e5120626f multiple invariants in one struct/union/class
thomask
parents:
diff changeset
16