view norun/r/return_07_B.d @ 737:30ad3655b9b0

updated meta data for torture
author thomask
date Sat, 12 Nov 2005 07:29:39 +0000
parents d676a0f37317
children 9a121126b077
line wrap: on
line source

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

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

// __DSTRESS_ELINE__ 15

module dstress.norun.r.return_07_B;

int foo(){
}

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