changeset 657:7bf512caec6a

fixed doppelg?nger
author thomask
date Thu, 08 Sep 2005 06:50:20 +0000
parents 4706ce8a1287
children f87ac47ffa36
files nocompile/t/typeof_07_C.d
diffstat 1 files changed, 0 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/nocompile/t/typeof_07_C.d	Wed Sep 07 23:10:15 2005 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// @author@	Manfred Nowak <svv1999@hotmail.com>
-// @date@	2005-09-02
-// @uri@	news:df9of8$pj5$1@digitaldaemon.com
-
-// __DSTRESS_ELINE__ 20
-
-module dstress.nocompile.t.typeof_07_C;
-
-void f(){
-}
-
-int f(int i){
-}
-
-void main(){
-	typeof(&f) g;
-}
\ No newline at end of file