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