view nocompile/r/ref_01_B.d @ 1555:01c289574a6d

DMD-1.011: ref
author thomask
date Mon, 23 Jul 2007 18:45:40 +0000
parents 8d1740117404
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 14

module dstress.nocompile.r.ref_01_B;


void test(ref int x){
}

int main(){
	test(1);
	return 0;
}