Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
issue21685_main.d
blob: c6e29c3eb175474a3d1950e09709798b88c2981b [
file
] [
log
] [
blame
]
/* REQUIRED_ARGS: -preview=dip1000 -Ifail_compilation/imports
TEST_OUTPUT:
---
fail_compilation/issue21685_main.d(11): Error: class `issue21685.E` constructor `this` is not accessible
---
*/
import
issue21685
;
void
main
()
{
new
E
;
}