view nocompile/r/ref_01_B.d @ 831:8d1740117404

added C# like code
author thomask
date Wed, 15 Feb 2006 13:53:14 +0000
parents
children 01c289574a6d
line wrap: on
line source

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

// Porting: C#

// __DSTRESS_ELINE__ 13

module dstress.nocompile.r.ref_01_B;

void main(){
	int i;
	test(ref i);
}

void test(ref int i){
}