blob: d906bc7440403cafb18de6da04145873078f4660 [file] [log] [blame]
module imports.a14407;
deprecated class C
{
private deprecated new (size_t, string)
{
return null;
}
private this(int) {}
}
deprecated struct S
{
private deprecated new (size_t, string)
{
return null;
}
private this(int) {}
}