view nocompile/t/typeof_07_A.d @ 1518:5b8f89bc1b52

fixed typo
author thomask
date Fri, 27 Apr 2007 17:21:55 +0000
parents b8c0195059d9
children
line wrap: on
line source

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

// @author@	Manfred Nowak <svv1999@hotmail.com>
// @date@	2005-09-02
// @uri@	http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=4917

// __DSTRESS_ELINE__ 20

module dstress.nocompile.t.typeof_07_A;

void f(int i){
}

void f(){
}

void main(){
	typeof(&f) g;
}