view run/i/is_02_H.d @ 907:f616cdfe7b96

added some basic is(...) tests
author thomask
date Mon, 13 Mar 2006 08:12:20 +0000
parents
children
line wrap: on
line source

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

module dstress.run.i.is_02_H;

int main(){
	static if(is(ints[]*) == 0){
		return 0;
	}
}