Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice9865.d
blob: 3d8e997946f78c0ca765f8aea4c7e6c536c86750 [
file
] [
log
] [
blame
]
/*
EXTRA_FILES: imports/ice9865b.d
TEST_OUTPUT:
---
fail_compilation/ice9865.d(9): Error: alias `ice9865.Baz` recursive alias declaration
---
*/
public
import
imports
.
ice9865b
:
Baz
;
struct
Foo
{
Baz
f
;
}