view norun/r/retrun_07_A.d @ 603:d49e22280d75

post PFLUG catch up 2
author thomask
date Mon, 18 Jul 2005 21:50:03 +0000
parents
children
line wrap: on
line source

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

// @author@	Vathix <chris@dprogramming.com>
// @date@	2005-07-14
// @uri@	news:op.stwu8jtdl2lsvj@esi

// __DSTRESS_ELINE__ 14

module dstress.norun.r.return_07_A;

int foo(){
}

int main(){
	foo();
	return 0;
}