view nocompile/alias_05.d @ 567:4c83f19a8301

removed dead code
author thomask
date Sat, 04 Jun 2005 18:37:55 +0000
parents 1f6cf5ccfbc9
children 9a121126b077
line wrap: on
line source

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

// __DSTRESS__ELINE__ 12

module dstress.nocompile.alias_05;

alias int myint;

void foo(int x) { }
void foo(myint m) { } // error, multiply defined function foo