blob: 647d47f487be43bda28333a5b98cbe2ddc69aa99 [file] [log] [blame]
class C
{
// force user of a type to use an external allocation strategy
@disable new();
}
struct S
{
// force user of a type to use an external allocation strategy
@disable new();
}