mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-05 03:43:13 +01:00
[svn r362] Started merging the old 'test' dir as well as the newer 'tangotests' dir into 'tests/mini' and 'tests/minicomplex'.
This commit is contained in:
4
tests/mini/bug2.d
Normal file
4
tests/mini/bug2.d
Normal file
@@ -0,0 +1,4 @@
|
||||
module bug2;
|
||||
struct Vec { Vec barf() { return Vec(); } }
|
||||
class test { this(Vec whee) { } }
|
||||
void main() { Vec whee; new test(whee.barf()); }
|
||||
Reference in New Issue
Block a user