view nocompile/__FILE__02.d @ 303:1013f6410987

added __DATE__, __FILE__, __LINE__, __TIMESTAMP__ and __TIME tests
author thomask
date Sat, 12 Mar 2005 13:49:58 +0000
parents
children e38919011244
line wrap: on
line source

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

module dstress.nocompile.__FILE__02;

void test(){
	__FILE__="abc";
}