annotate nocompile/this_01.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 774e02c900da
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
206
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
1 // $HeadURL$
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
2 // $Date$
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
3 // $Author$
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
4
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
5 // @author@ h3r3tic <foo@bar.baz>
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
6 // @date@ 2004-12-23
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
7 // @uri@ news:cqd25q$17mh$1@digitaldaemon.com
1485
774e02c900da changed nntp: URLs to http: URLs
thomask
parents: 1383
diff changeset
8 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2592
206
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
9
374
f87ba6507260 added missing meta-data
thomask
parents: 206
diff changeset
10 // __DSTRESS_ELINE__ 15
f87ba6507260 added missing meta-data
thomask
parents: 206
diff changeset
11
206
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
12 module dstress.nocompile.this_01;
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
13
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
14 void main(){
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
15 this.foobar;
f9a6743fd8e9 this in module level
thomask
parents:
diff changeset
16 }