view compile/bug_e2ir_1158_A.d @ 1529:37c4fce34442

[Issue 1178] templates - deduction + specialization won't compile Leo Dahlmann <leo.dahlmann@gmail.com> 2007-04-23 http://d.puremagic.com/issues/show_bug.cgi?id=1178
author thomask
date Fri, 27 Apr 2007 17:32:31 +0000
parents d3a3e0c251d8
children
line wrap: on
line source

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

// @uri@	news:cok6h5$1p9u$1@digitaldaemon.com
// @author@	Stewart Gordon <smjg_1998@yahoo.com>
// @date@	2004-12-01
// @uri@	http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2395

module dstress.compile.bug_e2ir_1158_A;

version(Windows){

	import std.c.windows.windows;

	void main(char[][] args) {
		HDC dc = (args.length > 1 ? &GetWindowDC : &GetDC) (null);
	}

}