view norun/d/debug_info_13_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 f107f5bcb3fe
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	<someanon@yahoo.com>
// @date@	2007-03-22
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=1079
// @desc@	[Issue 1079] gdb on linux: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

// __DSTRESS_TORTURE_REQUIRE__ -g
// __GDB_SCRIPT__ run
// __GDB_PATTERN__ at .*:18

module dstres.norun.d.debug_info_13_A;

int main() {
	Object foo = null;
	auto b = foo.toString();
	return 0;
}