view nocompile/a/alias_41_B.d @ 1457:8befc38baf6d

[Issue 803] incorrect error message and location for repeated aliases Thomas K?hne <thomas-dloop@kuehne.cn> 2007-01-06 http://d.puremagic.com/issues/show_bug.cgi?id=803
author thomask
date Thu, 05 Apr 2007 10:19:08 +0000
parents
children
line wrap: on
line source

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

// @author@	Thomas Kühne <thomas-dloop@kuehne.cn>
// @date@	2007-01-06
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=803
// @desc@	[Issue 803] incorrect error message and location for repeated aliases

// __DSTRESS_ELINE__ 18

module dstress.nocompile.a.alias_41_B;

struct Foo{
}

alias Foo Bar;
alias Foo Bar;