view nocompile/a/alias_35_E.d @ 1008:f54eb4740885

Alias and function names fail to collide <shro8822@uidaho.edu> 2006-05-18 news:bug-144-3@http.d.puremagic.com/bugzilla/
author thomask
date Fri, 19 May 2006 16:39:50 +0000
parents
children 81222734adf3
line wrap: on
line source

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

// @author@	<shro8822@uidaho.edu>
// @date@	2006-05-18
// @uri@	news:bug-144-3@http.d.puremagic.com/bugzilla/

// __DSTRESS_ELINE__ 16

module dstress.nocompile.a.alias_35_E;

void run(){
}

alias jump run;

void jump(){
}