Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice15816.d
blob: 9576b564bb1ae23afc36e88b4fb8ce5e6eb44f69 [
file
] [
log
] [
blame
]
/*
EXTRA_FILES: imports/a15816.d
TEST_OUTPUT:
---
fail_compilation/imports/a15816.d(3): Error: anonymous classes not allowed
---
*/
class
A
{
import
imports
.
a15816
;
}