annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
303
1013f6410987 added __DATE__, __FILE__, __LINE__, __TIMESTAMP__ and __TIME tests
thomask
parents:
diff changeset
1 // $HeadURL$
1013f6410987 added __DATE__, __FILE__, __LINE__, __TIMESTAMP__ and __TIME tests
thomask
parents:
diff changeset
2 // $Date$
1013f6410987 added __DATE__, __FILE__, __LINE__, __TIMESTAMP__ and __TIME tests
thomask
parents:
diff changeset
3 // $Author$
1013f6410987 added __DATE__, __FILE__, __LINE__, __TIMESTAMP__ and __TIME tests
thomask
parents:
diff changeset
4
1013f6410987 added __DATE__, __FILE__, __LINE__, __TIMESTAMP__ and __TIME tests
thomask
parents:
diff changeset
5 module dstress.nocompile.__FILE__02;
1013f6410987 added __DATE__, __FILE__, __LINE__, __TIMESTAMP__ and __TIME tests
thomask
parents:
diff changeset
6
1013f6410987 added __DATE__, __FILE__, __LINE__, __TIMESTAMP__ and __TIME tests
thomask
parents:
diff changeset
7 void test(){
1013f6410987 added __DATE__, __FILE__, __LINE__, __TIMESTAMP__ and __TIME tests
thomask
parents:
diff changeset
8 __FILE__="abc";
1013f6410987 added __DATE__, __FILE__, __LINE__, __TIMESTAMP__ and __TIME tests
thomask
parents:
diff changeset
9 }