view compile/i/is_17_B.d @ 1441:8888892dd50e

r7389@birke: tk | 2007-03-29 16:01:38 +0200 [Issue 966] is(H==function) fails if H is a function type Elmar Zander <elmar@zandere.de> 2007-02-15 http://d.puremagic.com/issues/show_bug.cgi?id=966
author thomask
date Sat, 31 Mar 2007 08:26:05 +0000
parents
children
line wrap: on
line source

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

// @author@	Elmar Zander <elmar@zandere.de>
// @date@	2007-02-15
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=966
// @desc@	[Issue 966] is(H==function) fails if H is a function type

module dstress.compile.i.is_17_B;

void foo(){
}

static assert(is(typeof(&foo) == function));