comparison tangotests/b.d @ 172:68a7dd38c03c trunk

[svn r188] Fixed using a dereferenced pointer argument as both l- and r-value. fixes tango.io.FileRoots. Reorganized the tangotests dir a bit.
author lindquist
date Tue, 06 May 2008 07:26:27 +0200
parents 1700239cab2e
children
comparison
equal deleted inserted replaced
171:95f07e3f8bb9 172:68a7dd38c03c
25 25
26 void access2(C c) 26 void access2(C c)
27 { 27 {
28 c.d = 2.5; 28 c.d = 2.5;
29 } 29 }
30
31 void main()
32 {
33 func();
34 }