Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
disable_new.d
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
();
}