view norun/d/debug_info_09_A.d @ 1004:37840ccb0091

// $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $ Wrong filename in DWARF debugging information for templates <me@teqdruid.com> 2006-06-18 news:bug-146-3@http.d.puremagic.com/bugzilla/
author thomask
date Fri, 19 May 2006 16:39:12 +0000
parents
children 81222734adf3
line wrap: on
line source

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

// @author@	<me@teqdruid.com>
// @date@	2006-06-18
// @uri@	news:bug-146-3@http.d.puremagic.com/bugzilla/

// __DSTRESS_TORTURE_REQUIRE__ -g
// __GDB_SCRIPT__ run
// __GDB_PATTERN__ debug_info_09_Z[.]d:13

module dstress.norun.d.debug_info_09_A;

import addon.debug_info_09_Z;

int main(){
	mixin T!();
	foo();

	return 0;
}