mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-23 12:19:03 +02: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:
17
tests/mini/bug5.d
Normal file
17
tests/mini/bug5.d
Normal file
@@ -0,0 +1,17 @@
|
||||
module bug5;
|
||||
|
||||
struct hah {
|
||||
static hah f()
|
||||
{
|
||||
hah res;
|
||||
return res;
|
||||
}
|
||||
hah g()
|
||||
{
|
||||
return hah.init;
|
||||
}
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user