Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
imports
/
imp18979.d
blob: 9403f696d1d4de7ba683d339c43064c2fc6a5514 [
file
] [
log
] [
blame
]
module
imports
.
imp18979
;
struct
Foo
{
private
this
(
A
)(
A a
)
{}
}