root/trunk/src/tutorials/examples/enum_fwd_ref/file2.d

Revision 6, 316 bytes (checked in by jcc7, 3 years ago)

Made more progress in developing convertToWiki and added some files.

Line 
1 // reported as a bug http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/28842, but I can't confirm that it's a problem in DMD 0.133
2
3
4 // file2.d
5 ///////////////
6 import file1;
7
8 int test(RENDER _mode) // << this is where i get the problem
9 {
10 // do soemthing...
11 }
12
13 version(makeExe) void main()
14 {
15    
16 }
Note: See TracBrowser for help on using the browser.