view nocompile/a/alias_41_A.d @ 1582:dbaec0ee5d40

[Issue 1850] New: The compiler accepts lower case asm registers. <aziz.kerim@gmail.com> 2007-02-18 http://d.puremagic.com/issues/show_bug.cgi?id=1850
author thomask
date Fri, 22 Feb 2008 07:55:01 +0000
parents 8befc38baf6d
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__ 17

module dstress.nocompile.a.alias_41_A;

struct Foo{
}

alias Foo Bar;
alias Foo Bar;