Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice9865.d
blob: 846ba2e591474d20317e771cdf6a96a93bb56600 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/ice9865.d(8): Error: alias ice9865.Baz recursive alias declaration
---
*/
public
import
imports
.
ice9865b
:
Baz
;
struct
Foo
{
Baz
f
;
}