blob: 60a0f4a1ce9483efc0a13cc91b693f1e40419061 [file] [log] [blame]
struct Test1a
{
this(this)
{
}
}
struct Test1b
{
Test1a a;
}
struct Test1c
{
const Test1b b;
@disable this(this);
}