view run/o/opCat_07_A.d @ 590:95fa7f1ce1c9

reclasification
author thomask
date Wed, 22 Jun 2005 11:23:07 +0000
parents
children 083f68b5b904
line wrap: on
line source

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

// @author@	Regan Heath <regan@netwin.co.nz>
// @date@	2005-05-26
// @uri@	news:opsrb0xvou23k2f5@nrage.netwin.co.nz
// @desc@	Internal error: e2ir.c 488 (char 00914B24)  (0x811ad08)

module dstress.run.o.opCat_07_A;

void foo(char[] s){
	assert(s=="is this it? yep!")
}

int main(){
	char c = '?';
	foo("is this it"~c~" yep!");
	return 0;
}