Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
test8997.d
blob: cc0213287798e00f9adac54bd5d6601cfd8bcf0a [
file
] [
log
] [
blame
]
// COMPILE_SEPARATELY:
// EXTRA_SOURCES: imports/test8997a.d
module
test8997
;
import
imports
.
test8997a
;
void
main
()
{
auto
a
=
new
A
();
foreach
(
key
;
a
.
foobar
.
byKey
())
{
}
}