view norun/r/return_07_B.d @ 1230:a3b2e2daf68e

fixed ELINE entry
author thomask
date Sat, 25 Nov 2006 13:37:30 +0000
parents 9a121126b077
children b8c0195059d9
line wrap: on
line source

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

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

// __DSTRESS_ELINE__ 13

module dstress.norun.r.return_07_B;

int foo(){
}

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