annotate run/ä日_source.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 daef239f37cf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1193
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
1 // $HeadUrl$
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
2 // $Date$
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
3 // $Author$
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
4
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.cn>
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
6 // @date@ 2006-10-11
1320
daef239f37cf sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1193
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=426
1193
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
8 // @desc@ [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
9
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
10 //module dstress.run.ä日_source;
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
11
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
12 int main(){
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
13 return 0;
656ba1fb1e20 [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
thomask
parents:
diff changeset
14 }