mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-25 21:31:49 +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:
5
tests/mini/bug66.d
Normal file
5
tests/mini/bug66.d
Normal file
@@ -0,0 +1,5 @@
|
||||
module bug66;
|
||||
import std.stdio;
|
||||
class Scene { string name() { return "Scene"; } }
|
||||
class Group : Scene { this () { } }
|
||||
void main() { writefln((new Group).name); }
|
||||
Reference in New Issue
Block a user